hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.8k stars 1.94k forks source link

Add prefix for statsd telemetry integration #1029

Open waziers opened 8 years ago

waziers commented 8 years ago

Nomad version

Nomad v0.3.1

Feature Request

It would be nice to be able to prefix all the metrics in statsd via a configuration option. For example, this is useful to create a production.XX or staging.XX namespace. Most StatsD clients have this feature.

diptanu commented 8 years ago

This sounds like a good idea, we might not be able to do this for 0.3.2 but we will definitely do it!

TheSpbra1n commented 5 years ago

It is also necessary for "Prometheus" =)