Commit d2968c73 by Mitsuhiro Tanda Committed by David

add PromQL keyword for adhoc filter (#16426)

parent b46b84f1
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.
const builtInWords = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment