TessaIO opened a new issue, #17908: URL: https://github.com/apache/druid/issues/17908
### Description Some of the metrics on the Prometheus emitter are missing, and some lack labels. The ones that are missing are basically the ones added in [this PR](https://github.com/apache/druid/pull/17360). The one that is missing a label is `service/heartbeat` and it's missing the dimension (label) `leader.` ### Motivation Currently, we're passing our custom `metrics.json` to the prometheus emitter, and each time we do an upgrade, we need to also to make sure to update that file, which sometimes can be tedious from an operational point of view to do it on each upgrade. It would be nice if we could include these dimensions and metrics in the JSON file in the upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
