(cherry picked from commit 5cf0906622)
Co-authored-by: Alexander Kubyshkin <i.am.glint@gmail.com>
This commit is contained in:
co-authored by
Alexander Kubyshkin
parent
edd5d8bd92
commit
eecedff435
@@ -81,6 +81,13 @@ export const PIPE_OPERATORS: CompletionItem[] = [
|
|||||||
documentation:
|
documentation:
|
||||||
'Take labels and use the values as sample data for metric aggregations. Only available in Loki 2.0+.',
|
'Take labels and use the values as sample data for metric aggregations. Only available in Loki 2.0+.',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'unpack',
|
||||||
|
insertText: 'unpack',
|
||||||
|
detail: 'unpack identifier',
|
||||||
|
documentation:
|
||||||
|
'Parses a JSON log line, unpacking all embedded labels in the pack stage. A special property "_entry" will also be used to replace the original log line. Only available in Loki 2.0+.',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'label_format',
|
label: 'label_format',
|
||||||
insertText: 'label_format',
|
insertText: 'label_format',
|
||||||
|
|||||||
Reference in New Issue
Block a user