Skip to content

Commit c06420a

Browse files
committed
Upd docs
1 parent 33928e7 commit c06420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To show request latency by `method`, `endpoint` and `quntile` use next query:
8080
max by (method, endpoint, quantile) (request_latency_seconds)
8181
```
8282

83-
To only 99-th quantile:
83+
To show only 99-th quantile:
8484
```
8585
max by (method, endpoint) (request_latency_seconds{quantile="0.99")
8686
```

0 commit comments

Comments
 (0)