Commit dd2b43dc by Christophe Furmaniak

Display tag values whenever a tag is part of the query (opentsdb datasource)

parent c925014b
...@@ -33,9 +33,7 @@ function (angular, _, kbn) { ...@@ -33,9 +33,7 @@ function (angular, _, kbn) {
var groupByTags = {}; var groupByTags = {};
_.each(queries, function(query) { _.each(queries, function(query) {
_.each(query.tags, function(val, key) { _.each(query.tags, function(val, key) {
if (val === "*") {
groupByTags[key] = true; groupByTags[key] = true;
}
}); });
}); });
......
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