8000 Merge pull request #20 from brian-brazil/update-docs · techscientist/client_python@f6bf14e · GitHub
[go: up one dir, main page]

Skip to content

Commit f6bf14e

Browse files
committed
Merge pull request prometheus#20 from brian-brazil/update-docs
Update docs for histogram
2 parents 80c31ea + e3d49e2 commit f6bf14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
1616
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)
1818
on how to use them.
1919

2020
### Counter
@@ -136,7 +136,7 @@ c.labels('post', '/submit').inc()
136136
### Process Collector
137137

138138
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
140140
are only currently available on Linux.
141141

142142
## Exporting

0 commit comments

Comments
 (0)
0