How can I get my metrics to be saved at the root level. Currently been saved under the stats hierarchy (see graphite) Want to save under the top level(Graphite)
Add these settings to your statsd configuration file (possibly something like /etc/statsd.js
)
{
...(unrelated options)...
, graphite: {
legacyNamespace: false
, globalPrefix: ""
, prefixCounter: ""
, prefixTimer: ""
, prefixGauge: ""
, prefixSet: ""
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With