Explorar o código

Graphite: annotations stop working after recent change to millisecond resolution, Fixes #1061

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
d4adaaaf2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/services/graphite/graphiteDatasource.js

+ 1 - 1
src/app/services/graphite/graphiteDatasource.js

@@ -95,7 +95,7 @@ function (angular, _, $, config, kbn, moment) {
 
 
                 list.push({
                 list.push({
                   annotation: annotation,
                   annotation: annotation,
-                  time: datapoint[1] * 1000,
+                  time: datapoint[1],
                   title: target.target
                   title: target.target
                 });
                 });
               }
               }