Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion openmetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

While [OpenMetrics](https://openmetrics.io/) is an independent CNCF project, Prometheus designated it as the [official specification](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md) for Prometheus exposition. OpenMetrics is, and will remain, closely aligned to Prometheus.

The test suite can be found on [GitHub](https://github.com/OpenObservability/OpenMetrics/tree/main/src/cmd/openmetricstest). Depending on your implementation, the [individual test cases](https://github.com/OpenObservability/OpenMetrics/tree/main/tests/testdata/parsers) might be of direct interest.
The test suite can be found on [GitHub](https://github.com/OpenObservability/OpenMetrics/tree/main/src/cmd/openmetricstest).

Depending on your implementation, the following might be of interest:
- [Scrape validator tool](https://github.com/OpenObservability/OpenMetrics/tree/main/src/cmd/scrapevalidator) to scrape an OpenMetrics HTTP endpoint and validate the exposition against the OpenMetrics specification.
- [Individual test cases](https://github.com/OpenObservability/OpenMetrics/tree/main/tests/testdata/parsers) to understand valid and invalid OpenMetric expositions.

Prometheus considers OpenMetrics compliance part of Prometheus compliance and compatibility.