* Fix PromQL lexer to support values enclosed within single quotes Values for labels could now be enclosed within single or double quotes. * Fix a typo into the lables regex for PromQL lexer The correct label matching operator is `!~` instead of `~!`. |
||
---|---|---|
.. | ||
test_complex_exp_single_quotes.txt | ||
test_expression_and_comment.txt | ||
test_function_delta.txt | ||
test_function_multi_line.txt | ||
test_function_multi_line_with_offset.txt | ||
test_function_sum_with_args.txt | ||
test_matching_operator_no_regex_match.txt | ||
test_metric.txt | ||
test_metric_multiple_labels.txt | ||
test_metric_multiple_labels_with_spaces.txt | ||
test_metric_one_label.txt |