8000 Don't capitalize Client · Syncano/client_python@f511f49 · GitHub
[go: up one dir, main page]

Skip to content

Commit f511f49

Browse files
committed
Don't capitalize Client
1 parent 1ffb41d commit f511f49

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
@@ -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,7 +142,7 @@ with s.time():
142142
pass
143143
```
144144

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.
146146

147147
### Histogram
148148

@@ -196,7 +196,7 @@ c.labels({'method': 'post', 'endpoint': '/submit'}).inc()
196196

197197
### Process Collector
198198

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

0 commit comments

Comments
 (0)
0