Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9dd6b0d

Browse filesBrowse files
authored
Update OpenMetrics Content Type to 1.0.0 (#997)
OpenMetrics has been released and we support 1.0.0 not 0.0.1. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
1 parent 998d8af commit 9dd6b0d
Copy full SHA for 9dd6b0d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎prometheus_client/openmetrics/exposition.py

Copy file name to clipboardExpand all lines: prometheus_client/openmetrics/exposition.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from ..utils import floatToGoString
55

6-
CONTENT_TYPE_LATEST = 'application/openmetrics-text; version=0.0.1; charset=utf-8'
6+
CONTENT_TYPE_LATEST = 'application/openmetrics-text; version=1.0.0; charset=utf-8'
77
"""Content type of the latest OpenMetrics text format"""
88

99

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.