Connect
json_api
Serves metrics as JSON object with the service wide HTTP service at the endpoints /stats and /metrics.
metrics:
json_api:
host: ""
port: 4040
path: /stats
This metrics type is useful for debugging as it provides a human readable format that you can parse with tools such as jq
Was this helpful?