8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc3ca8 commit c25dd5fCopy full SHA for c25dd5f
README.md
@@ -72,6 +72,11 @@ c.inc() # Increment by 1
72
c.inc(1.6) # Increment by given value
73
```
74
75
+If there is a suffix of `_total` on the metric name, it will be removed. When
76
+exposing the time series for counter, a `_total` suffix will be added. This is
77
+for compatibility between OpenMetrics and the Prometheus text format, as OpenMetrics
78
+requires the `_total` suffix.
79
+
80
There are utilities to count exceptions raised:
81
82
```python
0 commit comments