prometheus / prometheus/OpenMetrics
irregular syntax in content type
Open
@ywwg is already working on this.
Since Oct 1, 2025.
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
Follow up from https://github.com/prometheus/client_java/issues/865#issue-1905280216
If I see that correctly a syntax like version=1.0.0 is not valid as . it not allowed as an unquoted parameter value - that is not correct in the spec https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#overall-structure. The correct version should be version="1.0.0".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.