599166320 commented on issue #13025: URL: https://github.com/apache/druid/issues/13025#issuecomment-1236708499
> So you mean metrics are not emitted from peon tasks? If so, can you check if this works? > > [#12242 (comment)](https://github.com/apache/druid/issues/12242#issuecomment-1216185702) I just checked, and the prefix of `druid.indexer.fork.property `still doesn't work. Normally, pushgateway needs to continuously report metrics. However, no matter whether the prefix is added or not, the metrics is not continuously reported. Below is the configuration I just checked ``` druid.indexer.fork.property.druid.extensions.loadList=["druid-s3-extensions","druid-histogram","mysql-metadata-storage","druid-multi-stage-query","druid-prometheus-emitter"] druid.indexer.fork.property.druid.emitter=prometheus druid.indexer.fork.property.druid.emitter.prometheus.strategy=pushgateway druid.indexer.fork.property.druid.emitter.prometheus.pushGatewayAddress=localhost:9091 ``` -- 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]
