فهرست منبع

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

Torkel Ödegaard 10 سال پیش
والد
کامیت
c320e9d583
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/plugins/datasource/graphite/datasource.js

+ 1 - 1
public/app/plugins/datasource/graphite/datasource.js

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