You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to brod 3.3.4 (#37)
Also includes minor fixes:
- Correct brod roundrobin (v1) protocol commits by `+1`
- Lagging is committed_offset - hw_offset without extra -1
- Sort topic-partition in consumer group offset display GUI
- Avoid enumerating brod's dependency in mix.exs
Add missing newline at the end of the metrics export (#34)
* Add missing newline at the end of the metrics export
* Add docker compose for kastlex + kafka + prometheus
In order to ease manual testing of kastlex <=> prometheus integration
Expose /metrics endpoint in Prometheus format (#31)
* Expose /metrics endpoint in Prometheus format
Only text format is available. No client library is used, as they assume constant set of metrics
instead of the dynamic list we generate based on kafka topics and consumer groups.
* Make /metrics code more idiomatic
* Add manual testing instructions
* Split topic and consumer group offset export
Add method to get all recorded topic offsets.
* Use simpler map syntax
* Add header version. Add basic tests
* Version bump
* Add metric types