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
Strimzi Metrics Reporter is a new project under the Strimzi organization that directly exposes metrics via an HTTP endpoint in the Prometheus format. We should add support for it to Strimzi. The motivation for creating the new Metrics Reporter can be found in this proposal.
Suggested solution
There are several stages that would need to be added for this enhancement, including:
The metrics reporter binaries must be added in the 3rd party libs
API in the api module must be created -> that generates the custom resource definitions
KafkaClusterSpec needs to be updated to allow for the new Metrics Reporter
KafkaBrokerConfiguration and other classes need to be updated to handle the logic
The text was updated successfully, but these errors were encountered:
Related problem
Strimzi Metrics Reporter is a new project under the Strimzi organization that directly exposes metrics via an HTTP endpoint in the Prometheus format. We should add support for it to Strimzi. The motivation for creating the new Metrics Reporter can be found in this proposal.
Suggested solution
There are several stages that would need to be added for this enhancement, including:
The text was updated successfully, but these errors were encountered: