599166320 opened a new issue, #13025: URL: https://github.com/apache/druid/issues/13025
I used Prometheus push gateway to monitor the Druid process, and found that the push gateway server has never had Druid related metrics. By looking at the source code, we can see that `Prometheus-emitter` does not call flush periodically. Referring to `incluxdbemitter`, I added `scheduledexecutorservice`, called flush regularly, and fixed it. ### Affected Version It seems that all versions have this problem -- 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]
