mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add PromQL keyword for adhoc filter (#16426)
This commit is contained in:
parent
b46b84f156
commit
d2968c73e6
@ -1,6 +1,6 @@
|
|||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
const keywords = 'by|without|on|ignoring|group_left|group_right';
|
const keywords = 'by|without|on|ignoring|group_left|group_right|bool|or|and|unless';
|
||||||
|
|
||||||
// Duplicate from mode-prometheus.js, which can't be used in tests due to global ace not being loaded.
|
// Duplicate from mode-prometheus.js, which can't be used in tests due to global ace not being loaded.
|
||||||
const builtInWords = [
|
const builtInWords = [
|
||||||
|
Loading…
Reference in New Issue
Block a user