{ "opencollection": "1.0.0", "info": { "name": "CRI-O Containers Metrics API", "version": "1.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Scrape Prometheus metrics", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9090/metrics" }, "docs": "Returns the current CRI-O metrics in the Prometheus text exposition format, including operation counters, latency histograms, image pull statistics, and error counters." } ] } ], "bundled": true }