We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GET /api/v1/lag/{group}/{topic}
Response:
{ "group": "my-consumer", "topic": "my-topic", "cluster": "default", "totalLag": 1234, "partitions": { "0": {"partition": 0, "beginningOffset": 0, "committedOffset": 100, "endOffset": 150, "lag": 50}, "1": {"partition": 1, "beginningOffset": 0, "committedOffset": 200, "endOffset": 300, "lag": 100} } }
GET /api/v1/lag/{group}
GET /actuator/health
GET /actuator/prometheus
uGroup Wiki