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

pull/1065/head
Torkel Ödegaard 11 years ago
parent 104493e725
commit d4adaaaf2b
  1. 2
      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
}); });
} }

Loading…
Cancel
Save