Skip to content

Commit

Permalink
Add missing ) in LogQL example (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeih authored and cyriltovena committed Nov 25, 2019
1 parent fd25e6d commit 7bd49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logql.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ elements of the vector.

Get the top 10 applications by the highest log throughput:

> `topk(10,sum(rate({region="us-east1"}[5m]) by (name))`
> `topk(10,sum(rate({region="us-east1"}[5m])) by (name))`
Get the count of logs during the last five minutes, grouping
by level:
Expand Down

0 comments on commit 7bd49c9

Please sign in to comment.