strimzi / metrics-reporter

Prometheus Metrics Reporter for Apache Kafka server and client components
Apache License 2.0
5 stars 9 forks source link

Reconsider the lifecycle of the HttpServer #34

Closed mimaison closed 2 months ago

mimaison commented 3 months ago

Currently we have logic to start the Prometheus HTTP server but no logic ever closes it. We should decide on the lifecycle we want for that server and see whether it makes sense to close it at some point.

mimaison commented 2 months ago

Done in https://github.com/strimzi/metrics-reporter/pull/40