sbourkeostk commented on issue #7489: URL: https://github.com/apache/pulsar/issues/7489#issuecomment-656705729
I don't think there's a problem in the Prometheus client, it's Pulsar that's creating the new metrics by setting a new label. Prometheus is clear in it's advice about not overusing labels: https://prometheus.io/docs/practices/instrumentation/#do-not-overuse-labels I believe the solution is simple - don't set the "ts" label and instead increment the metric. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
