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 622eaf7 commit d0fcb9bCopy full SHA for d0fcb9b
README.rst
@@ -38,6 +38,7 @@ Gauge
38
~~~~~
39
40
A gauge is a metric that represents a single numerical value that can arbitrarily go up and down.::
41
+
42
from pyprometheus import Gauge
43
from pyprometheus import BaseRegistry, LocalMemoryStorage
44
@@ -54,6 +55,7 @@ Counter
54
55
~~~~~~~
56
57
A counter is a cumulative metric that represents a single numerical value that only ever goes up.::
58
59
from pyprometheus import Counter
60
61
0 commit comments