diff --git a/src/app/services/graphite/graphiteDatasource.js b/src/app/services/graphite/graphiteDatasource.js index 10d3e0dae7f..ee1312f7bd7 100644 --- a/src/app/services/graphite/graphiteDatasource.js +++ b/src/app/services/graphite/graphiteDatasource.js @@ -95,7 +95,7 @@ function (angular, _, $, config, kbn, moment) { list.push({ annotation: annotation, - time: datapoint[1] * 1000, + time: datapoint[1], title: target.target }); }