File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ This package can be found on [PyPI](https://pypi.python.org/pypi/prometheus_clie
1212
1313## Instrumenting
1414
15- Three types of metric are offered: Counter, Gauge, and Summary .
15+ Four types of metric are offered: Counter, Gauge, Summary and Histogram .
1616See the documentation on [ metric types] ( http://prometheus.io/docs/concepts/metric_types/ )
17- and [ instrumentation best practices] ( http://prometheus.io/docs/practices/instrumentation/#counter-vs.-gauge- vs.-summary )
17+ and [ instrumentation best practices] ( http://prometheus.io/docs/practices/instrumentation/#counter-vs.-gauge,-summary- vs.-histogram )
1818on how to use them.
1919
2020### Counter
@@ -136,7 +136,7 @@ c.labels('post', '/submit').inc()
136136### Process Collector
137137
138138The Python Client automatically exports metrics about process CPU usage, RAM,
139- file descriptors and start time. These all have the prefix ` process\_ ` , and
139+ file descriptors and start time. These all have the prefix ` process_ ` , and
140140are only currently available on Linux.
141141
142142## Exporting
You can’t perform that action at this time.
0 commit comments