Display tag values whenever a tag is part of the query (opentsdb datasource)
This commit is contained in:
@@ -33,9 +33,7 @@ function (angular, _, kbn) {
|
||||
var groupByTags = {};
|
||||
_.each(queries, function(query) {
|
||||
_.each(query.tags, function(val, key) {
|
||||
if (val === "*") {
|
||||
groupByTags[key] = true;
|
||||
}
|
||||
groupByTags[key] = true;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user