{ "opencollection": "1.0.0", "info": { "name": "Dropwizard Admin Diagnostics Metrics API", "version": "4.0.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get all metrics", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8081/metrics", "params": [ { "name": "pretty", "value": "", "type": "query", "description": "Pretty-print the JSON output." } ] }, "docs": "Returns all registered application metrics including gauges, counters, histograms, meters, and timers." } ] } ], "bundled": true }