File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ From one easy to use decorator you get:
41
41
Prometheus's ` rate ` function allows calculation of both requests per second,
42
42
and latency over time from this data.
43
43
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
45
45
other information about the process for free!
46
46
47
47
## Installation
@@ -142,6 +142,8 @@ with s.time():
142
142
pass
143
143
```
144
144
145
+ The Python client doesn't store or expose quantile information at this time.
146
+
145
147
### Histogram
146
148
147
149
Histograms track the size and number of events in buckets.
@@ -194,7 +196,7 @@ c.labels({'method': 'post', 'endpoint': '/submit'}).inc()
194
196
195
197
### Process Collector
196
198
197
- The Python Client automatically exports metrics about process CPU usage, RAM,
199
+ The Python client automatically exports metrics about process CPU usage, RAM,
198
200
file descriptors and start time. These all have the prefix ` process ` , and
199
201
are only currently available on Linux.
200
202
You can’t perform that action at this time.
0 commit comments