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 b1b80f2 commit f9e6017Copy full SHA for f9e6017
README.md
@@ -72,6 +72,9 @@ 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. This
76
+is for compatibility between OpenMetrics and the Prometheus text format.
77
+
78
There are utilities to count exceptions raised:
79
80
```python
0 commit comments