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
4 changes: 2 additions & 2 deletions docs/specs/om/open_metrics_spec_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ author:
email: richih@richih.org
---

- Version: 2.0
- Version: 2.0.0-rc0
- Status: Draft
- Date: TBD
- Authors: Arthur Silva Sens, Bartłomiej Płotka, David Ashpole, György Krajcsovits, Owen Williams, Richard Hartmann
Expand Down Expand Up @@ -585,7 +585,7 @@ UTF-8 MUST be used. Byte order markers (BOMs) MUST NOT be used. As an important
The content type MUST be:

```
application/openmetrics-text; version=1.0.0; charset=utf-8
application/openmetrics-text; version=2.0.0; charset=utf-8
```

Line endings MUST be signalled with line feed (\n) and MUST NOT contain carriage returns (\r). Expositions MUST end with EOF and SHOULD end with `EOF\n`.
Expand Down
Loading