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 c21659f commit 0e89fd5Copy full SHA for 0e89fd5
README.md
@@ -75,7 +75,7 @@ from prometheus_summary import Summary
75
s = Summary("request_latency_seconds", "Description of summary", ["method", "endpoint"])
76
```
77
78
-To show request latency by `method`, `endpoint` and `quntile` use next query:
+To show request latency by `method`, `endpoint` and `quantile` use next query:
79
80
max by (method, endpoint, quantile) (request_latency_seconds)
81
0 commit comments