druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

Adding support for custom metricDimensions.json for statsd metrics emitter #250

Closed harinirajendran closed 2 years ago

harinirajendran commented 2 years ago

This PR adds the flexibility to pass a custom list of metrics to be used by the stated metrics emitter. The json file will get mounted as /opt/druid/conf/druid/cluster/_common/metricDimensions.json

To utilize this custom metricDimensions.json file, set the following in common runtime.properties

druid.emitter.statsd.dimensionMapPath=/opt/druid/conf/druid/cluster/_common/metricDimensions.json
AdheipSingh commented 2 years ago

@harinirajendran you might need to fix CI. seems like make tests is failing

AdheipSingh commented 2 years ago

Cc @nishantmonu51

harinirajendran commented 2 years ago

Cc @nishantmonu51

@AdheipSingh: Thanks for tagging Nishant! @nishantmonu51 Can u take a look at this PR when you get a chance?