Loki: Add missing operators in label filter expression (#51880)
This commit is contained in:
@@ -284,7 +284,7 @@ export function getOperationDefinitions(): QueryBuilderOperationDef[] {
|
||||
name: 'Label filter expression',
|
||||
params: [
|
||||
{ name: 'Label', type: 'string' },
|
||||
{ name: 'Operator', type: 'string', options: ['=', '!=', '>', '<', '>=', '<='] },
|
||||
{ name: 'Operator', type: 'string', options: ['=', '!=', ' =~', '!~', '>', '<', '>=', '<='] },
|
||||
{ name: 'Value', type: 'string' },
|
||||
],
|
||||
defaultParams: ['', '=', ''],
|
||||
|
||||
Reference in New Issue
Block a user