Job metrics not emitted by Nomad

Hello!

I am looking at metrics emitted by Nomad Server and I don’t see the Job Metrics that are started on this page - Metrics Reference | Nomad | HashiCorp Developer

Given below is my telemetry config.

{
“telemetry”: {
“datadog_address”: “127.0.0.1:8125”,
“disable_hostname”: true,
“publish_allocation_metrics”: true,
“publish_node_metrics”: true
}
}

Hi @manish-panwar! The configuration you have here looks right. By any chance is this workload running on a Windows client. There’s an open GitHub issue (https://github.com/hashicorp/nomad/issues/6712) that sounds similar to this that I’m looking into currently.