Skip to content

Commit d0fcb9b

Browse files
committed
Fixed README.
1 parent 622eaf7 commit d0fcb9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Gauge
3838
~~~~~
3939

4040
A gauge is a metric that represents a single numerical value that can arbitrarily go up and down.::
41+
4142
from pyprometheus import Gauge
4243
from pyprometheus import BaseRegistry, LocalMemoryStorage
4344

@@ -54,6 +55,7 @@ Counter
5455
~~~~~~~
5556

5657
A counter is a cumulative metric that represents a single numerical value that only ever goes up.::
58+
5759
from pyprometheus import Counter
5860
from pyprometheus import BaseRegistry, LocalMemoryStorage
5961

0 commit comments

Comments
 (0)