Skip to content

Commit 9dd6b0d

Browse 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 <[email protected]>
1 parent 998d8af commit 9dd6b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/openmetrics/exposition.py

+1-1
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)