Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmyronyuk committed Mar 6, 2025
1 parent c21659f commit 0e89fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ from prometheus_summary import Summary
s = Summary("request_latency_seconds", "Description of summary", ["method", "endpoint"])
```

To show request latency by `method`, `endpoint` and `quntile` use next query:
To show request latency by `method`, `endpoint` and `quantile` use next query:
```
max by (method, endpoint, quantile) (request_latency_seconds)
```
Expand Down

0 comments on commit 0e89fd5

Please sign in to comment.