Slackbot
03/02/2023, 11:19 AMAbhishek Agarwal
03/02/2023, 11:30 AMJulian Reyes
03/02/2023, 11:30 AMJulian Reyes
03/02/2023, 11:31 AMAbhishek Agarwal
03/02/2023, 11:31 AMJulian Reyes
03/02/2023, 11:32 AMdruid_extensions_loadList: '["druid-histogram","druid-datasketches","postgresql-metadata-storage","druid-kinesis-indexing-service","druid-parquet-extensions","druid-basic-security","druid-s3-extensions","druid-kafka-indexing-service","statsd-emitter","druid-avro-extensions","druid-lookups-cached-global"]',
druid_emitter_statsd_dogstatsdConstantTags: pulumi.interpolate`["cluster:${clusterName}"]`,
druid_emitter_statsd_hostname: 'localhost',
druid_emitter: 'statsd',
druid_emitter_logging_logLevel: 'debug',
druid_monitoring_emissionPeriod: 'PT15S',
druid_emitter_statsd_port: '8125',
druid_emitter_statsd_dogstatsd: 'true',
druid_emitter_statsd_includeHost: 'true',Julian Reyes
03/02/2023, 11:59 AMdruid_emitter_statsd_hostname: 'localhost', since the node has different pods running in it, one is druid and another is datadog with the agent, so probably that cant be localhost but the IP of the DD pod?Didip Kerabat
03/02/2023, 11:26 PMJulian Reyes
03/03/2023, 10:19 AMlocalhost , it would need to be DD’s agent pod IP I guess.
Do you mean it can be the node IP itself? some test I have been doing indicates that needs to be DD’s agent pod IP, if I do this from Druid pod/container it works:
echo -n "custom_metric_druid_dd_agent_pod_ip_prod:60|g|#shell" | nc -u -w0 10.5.128.196 8125
10.5.128.196 is the pod where DD agent is running