mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #2279 from gcormier9/patch-2
Support dot (.) in metric name
This commit is contained in:
commit
896bbd00e1
@ -144,7 +144,7 @@ function (angular, _, kbn) {
|
||||
|
||||
var metrics_regex = /metrics\((.*)\)/;
|
||||
var tag_names_regex = /tag_names\((.*)\)/;
|
||||
var tag_values_regex = /tag_values\((\w+),\s?(\w+)/;
|
||||
var tag_values_regex = /tag_values\((.*),\s?(.*)\)/;
|
||||
|
||||
var metrics_query = interpolated.match(metrics_regex);
|
||||
if (metrics_query) {
|
||||
|
Loading…
Reference in New Issue
Block a user