8000 Merge pull request #36 from arturhoo/summary-clarification · gdvalle/client_python@ec12b72 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec12b72

Browse files
committed
Merge pull request prometheus#36 from arturhoo/summary-clarification
State that Summary does not support quantiles
2 parents 967990f + f511f49 commit ec12b72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ From one easy to use decorator you get:
4141
Prometheus's `rate` function allows calculation of both requests per second,
4242
and latency over time from this data.
4343

44-
In addition if you're on Linux the `process` metrics expose CPU, memory and
44+
In addition if you're on Linux the `process` metrics expose CPU, memory and
4545
other information about the process for free!
4646

4747
## Installation
@@ -142,6 +142,8 @@ with s.time():
142142
pass
143143
```
144144

145+
The Python client doesn't store or expose quantile information at this time.
146+
145147
### Histogram
146148

147149
Histograms track the size and number of events in buckets.
@@ -194,7 +196,7 @@ c.labels({'method': 'post', 'endpoint': '/submit'}).inc()
194196

195197
### Process Collector
196198

197-
The Python Client automatically exports metrics about process CPU usage, RAM,
199+
The Python client automatically exports metrics about process CPU usage, RAM,
198200
file descriptors and start time. These all have the prefix `process`, and
199201
are only currently available on Linux.
200202

0 commit comments

Comments
 (0)
0