Example taken from mw-api-int namespace:
{
"Id": "201c3ef01ea0f4ef132fb3eaa03e67513d31bc3b07d875d8b67fb2bb5682bf73",
"Created": "2024-06-18T10:32:16.275077554Z",
"Path": "/usr/bin/prometheus-statsd-exporter",
"Args": [
"--statsd.listen-udp=0.0.0.0:9125",
"--statsd.listen-tcp=0.0.0.0:9125"
],
<snip>It appears to be missing --mapping-config=/etc/monitoring/prometheus-statsd.conf.
This is causing timing metrics to be exported as quantiles and not histograms as we expected.