File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
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,7 +142,7 @@ with s.time():
142
142
pass
143
143
```
144
144
145
- The Python Client doesn't store or expose quantile information at this time.
145
+ The Python client doesn't store or expose quantile information at this time.
146
146
147
147
### Histogram
148
148
@@ -196,7 +196,7 @@ c.labels({'method': 'post', 'endpoint': '/submit'}).inc()
196
196
197
197
### Process Collector
198
198
199
- The Python Client automatically exports metrics about process CPU usage, RAM,
199
+ The Python client automatically exports metrics about process CPU usage, RAM,
200
200
file descriptors and start time. These all have the prefix ` process ` , and
201
201
are only currently available on Linux.
202
202
You can’t perform that action at this time.
0 commit comments