mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Support OpenTSDB 2.2 fill policies, closes #3802
This commit is contained in:
@@ -272,6 +272,10 @@ function (angular, _, dateMath) {
|
||||
}
|
||||
|
||||
query.downsample = interval + "-" + target.downsampleAggregator;
|
||||
|
||||
if (target.downsampleFillPolicy !== "none") {
|
||||
query.downsample += "-" + target.downsampleFillPolicy;
|
||||
}
|
||||
}
|
||||
|
||||
query.tags = angular.copy(target.tags);
|
||||
|
||||
Reference in New Issue
Block a user