Gather metrics from your Nomad clusters to:
- Visualize and monitor cluster performance
- Alert on cluster health and availability
Recommended monitors are available to get notified on different Nomad events.
Nomad emits metrics to Datadog through DogStatsD. To enable the Nomad integration, install the Datadog Agent on each client and server host.
Once the Datadog Agent is installed, add a Telemetry stanza to the Nomad configuration for your clients and servers:
telemetry {
publish_allocation_metrics = true
publish_node_metrics = true
datadog_address = "localhost:8125"
disable_hostname = true
collection_interval = "10s"
}
Next, reload or restart the Nomad agent on each host. You should start to see Nomad metrics flowing to your Datadog account.
See metadata.csv for a list of metrics provided by this integration.
The Nomad check does not include any events.
The Nomad check does not include any service checks.
Need help? Contact Datadog support.