mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 23:23:45 -06:00
Add pattern parser to syntax (#37824)
This commit is contained in:
parent
1a5529d244
commit
15edaa5837
@ -66,6 +66,11 @@ export const PIPE_PARSERS: CompletionItem[] = [
|
||||
insertText: 'logfmt',
|
||||
documentation: 'Extracting labels from the log line using logfmt parser. Only available in Loki 2.0+.',
|
||||
},
|
||||
{
|
||||
label: 'pattern',
|
||||
insertText: 'pattern',
|
||||
documentation: 'Extracting labels from the log line using pattern parser. Only available in Loki 2.3+.',
|
||||
},
|
||||
];
|
||||
|
||||
export const PIPE_OPERATORS: CompletionItem[] = [
|
||||
|
Loading…
Reference in New Issue
Block a user