mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Add missing operators in label filter expression (#51880)
This commit is contained in:
parent
0c88850070
commit
99fb29850e
@ -284,7 +284,7 @@ export function getOperationDefinitions(): QueryBuilderOperationDef[] {
|
|||||||
name: 'Label filter expression',
|
name: 'Label filter expression',
|
||||||
params: [
|
params: [
|
||||||
{ name: 'Label', type: 'string' },
|
{ name: 'Label', type: 'string' },
|
||||||
{ name: 'Operator', type: 'string', options: ['=', '!=', '>', '<', '>=', '<='] },
|
{ name: 'Operator', type: 'string', options: ['=', '!=', ' =~', '!~', '>', '<', '>=', '<='] },
|
||||||
{ name: 'Value', type: 'string' },
|
{ name: 'Value', type: 'string' },
|
||||||
],
|
],
|
||||||
defaultParams: ['', '=', ''],
|
defaultParams: ['', '=', ''],
|
||||||
|
Loading…
Reference in New Issue
Block a user