You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/02/08 15:48:29 UTC

[GitHub] [druid] tanisdlj opened a new issue #12242: prometheus-emitter for peons can't be configured as pushGateway

tanisdlj opened a new issue #12242:
URL: https://github.com/apache/druid/issues/12242


   ### Affected Version
   
   0.22.1
   
   ### Description
   
   In [prometheus-emitter documentation saids that should always use default strategy (`exporter`) except peon tasks](https://druid.apache.org/docs/latest/development/extensions-contrib/prometheus.html#:~:text=Only%20peon%20task%20(short%2Dlived%20jobs)%20need%20to%20use%20pushgateway%20strategy.).
   Question is: How do I setup peons to have a different strategy than the middlemanager?
   I can't see any druid.indexer.runner.emitter.prometheus.strategy in the documentation or any way to specify a different strategy for peons. If there is not, then I guess is a missing feature.
   
   


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] henriquekops commented on issue #12242: prometheus-emitter for peons can't be configured as pushGateway

Posted by GitBox <gi...@apache.org>.
henriquekops commented on issue #12242:
URL: https://github.com/apache/druid/issues/12242#issuecomment-1043263744


   @tanisdlj have you tried to prefix the config with `druid.indexer.fork`? 
   
   You can find more [at the docs](https://druid.apache.org/docs/latest/configuration/index.html#additional-peon-configuration).
   
   I think this particular configuration would be set as `druid.indexer.fork.druid.emitter.prometheus.strategy=pushgateway`.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org