Add missing ) in LogQL example (#1312)

pull/1317/head
Max Rosin 6 years ago committed by Cyril Tovena
parent fd25e6d180
commit 7bd49c94bf
  1. 2
      docs/logql.md

@ -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:

Loading…
Cancel
Save