mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Add tags option to datadog telemetry
Expose an global tags option in telemetry config for dogstatsd, for purposes of distinguishing between multiple nomad cluster metrics.
This commit is contained in:
@@ -748,6 +748,7 @@ func (c *Command) setupTelemetry(config *Config) (*metrics.InmemSink, error) {
|
||||
if err != nil {
|
||||
return inm, err
|
||||
}
|
||||
sink.SetTags(telConfig.DataDogTags)
|
||||
fanout = append(fanout, sink)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user