Skip to content

Commit c97c5f3

Browse files
committed
Fix metric query typo in README
1 parent 5741167 commit c97c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ max by (method, endpoint, quantile) (request_latency_seconds)
8282

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

0 commit comments

Comments
 (0)