|
@@ -53,6 +53,10 @@ function (angular, _, dateMath) {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ options.targets = _.filter(options.targets, function(query) {
|
|
|
|
|
+ return query.hide !== true;
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
return this.performTimeSeriesQuery(queries, start, end).then(function(response) {
|
|
return this.performTimeSeriesQuery(queries, start, end).then(function(response) {
|
|
|
var metricToTargetMapping = mapMetricsToTargets(response.data, options, this.tsdbVersion);
|
|
var metricToTargetMapping = mapMetricsToTargets(response.data, options, this.tsdbVersion);
|
|
|
var result = _.map(response.data, function(metricData, index) {
|
|
var result = _.map(response.data, function(metricData, index) {
|