marksilcox commented on PR #15558: URL: https://github.com/apache/pulsar/pull/15558#issuecomment-1163178010
The problem we have is that we need to collect by metric name, and not by topic/namespace as is currently happening. So for a metric such as `pulsar_rate_in` whether `includeTopics` is enabled or not we need all values of this metric grouped under a single type header. This means whatever is used needs to store each metric in a way so other namespaces or topics can add there values. I guess what I need to find is the most memory efficient way of managing this. -- 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]
