mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
revise to match docs (#53354)
This commit is contained in:
parent
c472726083
commit
d69457d5e5
@ -16,7 +16,7 @@ const LOGQL_EXAMPLES = [
|
||||
title: 'Log pipeline',
|
||||
expression: '{job="mysql"} |= "metrics" | logfmt | duration > 10s',
|
||||
label:
|
||||
'This query targets the MySQL job, filters out logs that don’t contain the word "metrics" and parses each log line to extract more labels and filters with them.',
|
||||
'This query targets the MySQL job, keeps logs that contain the substring "metrics", and then parses and filters the logs further.',
|
||||
},
|
||||
{
|
||||
title: 'Count over time',
|
||||
|
Loading…
Reference in New Issue
Block a user