Commit c320e9d5 by Torkel Ödegaard

fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947

parent e507afc3
...@@ -75,7 +75,7 @@ function (angular, _, $, config, dateMath) { ...@@ -75,7 +75,7 @@ function (angular, _, $, config, dateMath) {
if (annotation.target) { if (annotation.target) {
var target = templateSrv.replace(annotation.target); var target = templateSrv.replace(annotation.target);
var graphiteQuery = { var graphiteQuery = {
range: rangeUnparsed, rangeRaw: rangeUnparsed,
targets: [{ target: target }], targets: [{ target: target }],
format: 'json', format: 'json',
maxDataPoints: 100 maxDataPoints: 100
......
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