Update _index.md (#4893)

pull/4993/head
Cyril Tovena 3 years ago committed by GitHub
parent fe0393d38f
commit 1253d5c1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/logql/_index.md

@ -50,7 +50,7 @@ Implement a health check with a simple query:
Double the rate of a a log stream's entries:
```logql
sum(rate({app="foo"})) * 2
sum(rate({app="foo"}[1m])) * 2
```
Get proportion of warning logs to error logs for the `foo` app

Loading…
Cancel
Save