We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33928e7 commit c06420aCopy full SHA for c06420a
README.md
@@ -80,7 +80,7 @@ To show request latency by `method`, `endpoint` and `quntile` use next query:
80
max by (method, endpoint, quantile) (request_latency_seconds)
81
```
82
83
-To only 99-th quantile:
+To show only 99-th quantile:
84
85
max by (method, endpoint) (request_latency_seconds{quantile="0.99")
86
0 commit comments