grafana/public/app/plugins/datasource/prometheus
Dan Cleinmark 963f9fdf40 Ensure Promtheus step interval is always < 11000
Using a 2 week window (1209600 seconds) and a 60s step, Math.floor()
recalculates a step of 109 and results in 11097 data points in the
Prometheus query (> the 11000 max set by Prometheus). Math.ceil()
returns a step of 110 and 10996 data points.
2015-10-29 07:24:42 -07:00
..
partials fix, call linkToPrometheus() directly 2015-10-23 09:58:42 +09:00
specs fix(prometheus): use time independent API to list metrics and labels names 2015-10-23 17:18:34 -02:00
datasource.js Ensure Promtheus step interval is always < 11000 2015-10-29 07:24:42 -07:00
directives.js Add prometheus datasource 2015-09-28 23:15:33 +01:00
plugin.json Add prometheus datasource 2015-09-28 23:15:33 +01:00
query_ctrl.js fix, call linkToPrometheus() directly 2015-10-23 09:58:42 +09:00