mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
fixed explain handlers for label- and lineformat (#58135)
This commit is contained in:
parent
f37e53f060
commit
4b1ddba0a8
@ -210,7 +210,7 @@ export function getOperationDefinitions(): QueryBuilderOperationDef[] {
|
|||||||
explainHandler: () =>
|
explainHandler: () =>
|
||||||
`This will change name of label to desired new label. In the example below, label "error_level" will be renamed to "level".
|
`This will change name of label to desired new label. In the example below, label "error_level" will be renamed to "level".
|
||||||
|
|
||||||
Example: error_level=\`level\`
|
Example: \`\`error_level=\`level\` \`\`
|
||||||
|
|
||||||
[Read the docs](https://grafana.com/docs/loki/latest/logql/log_queries/#labels-format-expression) for more.
|
[Read the docs](https://grafana.com/docs/loki/latest/logql/log_queries/#labels-format-expression) for more.
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user