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
12
12
13
13
## Instrumenting
14
14
15
- Three types of metric are offered: Counter, Gauge, and Summary .
15
+ Four types of metric are offered: Counter, Gauge, Summary and Histogram .
16
16
See 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 )
18
18
on how to use them.
19
19
20
20
### Counter
@@ -136,7 +136,7 @@ c.labels('post', '/submit').inc()
136
136
### Process Collector
137
137
138
138
The 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
140
140
are only currently available on Linux.
141
141
142
142
## Exporting
You can’t perform that action at this time.
0 commit comments