Hi,
I have a 5 node cluster with 3 servers (running as clients) and two client only nodes.
On all nodes I have configured telemetry as:
"telemetry": {
"publish_allocation_metrics": true,
"publish_node_metrics": true,
"statsd_address": "statsd.service.consul:9125"
}
I am running prometheus statsd exporter in the default configuration for testing and I have noticed that even though I have configured publish_*_metrics I am not receiving any client metrics (host and allocation), I only get the key metrics. Sending USR1 signal to nomad dumps the key metrics only.
Any idea what the problem may be?
Thanks,
ilin