xiangfu0 opened a new issue, #8762: URL: https://github.com/apache/pinot/issues/8762
Current plugins have no way to register metrics(Corresponding MetricsRegistery utils code is in pinot-common), hence no metrics are really published along with each component. We need to implement a way to dynamically extract metrics from plugins, so plugins can report metrics based on their own needs. E.g. filesystem plugins should be able to report the API counter/latency metrics Kafka plugins should be able to report topic partition information and consumer lag etc. -- 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]
