We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5741167 commit c97c5f3Copy full SHA for c97c5f3
README.md
@@ -82,5 +82,5 @@ max by (method, endpoint, quantile) (request_latency_seconds)
82
83
To show only 99-th quantile:
84
```
85
-max by (method, endpoint) (request_latency_seconds{quantile="0.99")
+max by (method, endpoint) (request_latency_seconds{quantile="0.99"})
86
0 commit comments