mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Quote timeseries names to be able to have special character such as @ in a seriename.
This commit is contained in:
parent
8fe4422d21
commit
c1266abb98
@ -62,7 +62,7 @@ function (angular, _, kbn) {
|
|||||||
query = queryElements.join(" ");
|
query = queryElements.join(" ");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var template = "select [[func]](\"[[column]]\") as \"[[column]]_[[func]]\" from [[series]] " +
|
var template = "select [[func]](\"[[column]]\") as \"[[column]]_[[func]]\" from \"[[series]]\" " +
|
||||||
"where [[timeFilter]] [[condition_add]] [[condition_key]] [[condition_op]] [[condition_value]] " +
|
"where [[timeFilter]] [[condition_add]] [[condition_key]] [[condition_op]] [[condition_value]] " +
|
||||||
"group by time([[interval]]) order asc";
|
"group by time([[interval]]) order asc";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user