Slackbot
03/30/2023, 6:42 AMKyle Hoondert
03/30/2023, 6:59 AMSachidananda
03/30/2023, 7:00 AMKyle Hoondert
03/30/2023, 7:02 AMKyle Hoondert
03/30/2023, 7:02 AMSachidananda
03/30/2023, 7:04 AMNick M
03/30/2023, 1:00 PMSachidananda
06/12/2023, 10:45 AMexporter strategy for peon metrics I have set the following in my helm chart
druid_indexer_fork_property_druid_emitter_prometheus_strategy: "pushgateway"
druid_indexer_fork_property_druid_emitter_prometheus_pushGatewayAddress: "<http://pushgateway-address>"
how to check for the peon metrics are emitted or not
when i submit a task initial log i am seeing druid_indexer_fork_property_druid_emitter_prometheus_pushGatewayAddress getting set however this is not getting set in logs druid_indexer_fork_property_druid_emitter_prometheus_strategy
kindly help. Thanks in advance.Sergio Ferragut
06/13/2023, 12:10 AMdruid_indexer_fork_property_druid_emitter_prometheus_strategy = pushgateway ?Sachidananda
06/13/2023, 4:19 AMdruid_indexer_fork_property_druid_emitter_prometheus_strategy in helm chart but in runtime.properties file generated during k8s start up its not present.
druid_indexer_fork_property_druid_emitter_prometheus_pushGatewayAddress this is present in runtime.properties fileSergio Ferragut
06/13/2023, 5:03 PMSergio Ferragut
06/13/2023, 7:46 PMdruid.sh <Service Name> as the entrypoint for the image, It reads the env at pod start up and finds all the druid_* environment variables, converts _ inro . and writes them into a tmp conf folder that it uses to initiate the service. I tested it with a docker compose with the variable set in the environment file (the equivalent of the config: section of the helm chart) and I did see the property in the config file. The location of the config file depends on the startup environment as well. It depends on whether DRUID_SINGLE_NODE_CONF is defined in the environment. In my case the file was located at: /tmp/conf/druid/single-server/micro-quickstart/middleManagerDinesh pundkar
06/21/2023, 4:55 AMDinesh pundkar
06/21/2023, 4:55 AM