- 19 Apr, 2017 7 commits
-
-
Torkel Ödegaard committed
-
Daniel Lee committed
-
Add metrics/matches to Telegram notifications (proposed fix for #8110)
Daniel Lee committed -
Daniel Schmitz committed
-
Torkel Ödegaard committed
-
Daniel Schmitz committed
-
Mitsuhiro Tanda committed
-
- 18 Apr, 2017 9 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Kevin Conaway committed
-
- 17 Apr, 2017 5 commits
-
-
Alexander Zobnin committed
-
Alexander Zobnin committed
-
Dan Cech committed
-
Dan Cech committed
-
Alexander Zobnin committed
-
- 16 Apr, 2017 1 commit
-
-
Thomas Szymanski committed
-
- 14 Apr, 2017 14 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Dan Cech committed
-
Previously `Step` parameter would set a hard value for any zoom level. Now it's renamed to `Min step` and sets the minimal value of `step` parameter to Prometheus query. User would usually want to set it to the scraping interval of the target metric to avoid having shap cliffs on graphs and extra load on Prometheus. Actual `step` value is calculated as the minimum of automatically selected step (based on zoom level) and user provided minimal step. If user did not provide the step, then automatic value is used as is. Example bahavior for `60s` scrape intervals: * `5s` automatic interval, no user specified min step: * Before: `step=5` * After: `step=5` * `5s` automatic interval, `1m` user specified min step: * Before: `step=5` * After: `step=60` * `5m` automatic interval, `1m` user specified min step: * Before: `step=60` (not really visible, too dense) * After: `step=300` (automatic value is picked) See: * https://github.com/grafana/grafana/issues/8065 * https://github.com/prometheus/prometheus/issues/2564
Ivan Babrou committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Dan Cech committed
-
- 13 Apr, 2017 4 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Alexander Zobnin committed
-