{ "opencollection": "1.0.0", "info": { "name": "Open Liberty Admin REST Configuration Metrics API", "version": "24.0.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get all metrics", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/metrics", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns all MicroProfile Metrics in Prometheus or JSON format." }, { "info": { "name": "Get base metrics", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/metrics/base" }, "docs": "Returns base JVM and runtime metrics." }, { "info": { "name": "Get vendor metrics", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/metrics/vendor" }, "docs": "Returns Liberty-specific vendor metrics." }, { "info": { "name": "Get application metrics", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:9443/metrics/application" }, "docs": "Returns application-defined metrics." } ] } ], "bundled": true }