We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d8af commit 9dd6b0dCopy full SHA for 9dd6b0d
prometheus_client/openmetrics/exposition.py
@@ -3,7 +3,7 @@
3
4
from ..utils import floatToGoString
5
6
-CONTENT_TYPE_LATEST = 'application/openmetrics-text; version=0.0.1; charset=utf-8'
+CONTENT_TYPE_LATEST = 'application/openmetrics-text; version=1.0.0; charset=utf-8'
7
"""Content type of the latest OpenMetrics text format"""
8
9
0 commit comments