{ "opencollection": "1.0.0", "info": { "name": "OpenTelemetry Protocol (OTLP) HTTP Metrics API", "version": "1.0.0" }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "OpenTelemetry Export metric data", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4318/v1/metrics", "body": { "type": "json", "data": "{}" } }, "docs": "Accepts a batch of metrics encoded in OTLP format. Metrics represent measurements captured at runtime, including gauges, sums, histograms, and summaries with associated resource and instrumentation scope metadata." } ] } ], "bundled": true }