Instrumentation of this tool reports metrics like: ``` "metric": { "__name__": "http_requests_total", "instance": "statsd-proxy:80", "job": "statsd-proxy", "method": "POST", "path": "/count", "status_code": "0" }, ``` When the actual status code _should_ be `200`. Need to determine why we're getting bad values.
Instrumentation of this tool reports metrics like:
When the actual status code should be
200. Need to determine why we're getting bad values.