- 20 Apr, 2017 9 commits
-
-
Torkel Ödegaard committed
-
Daniel Lee committed
-
Daniel Lee committed
-
Fixes the homepath and config command line args. This allows the command to be used even when the homepath is different from the default. Fixes #7730
Daniel Lee committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 19 Apr, 2017 8 commits
-
-
typo in API URL
raj dutt committed -
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 8 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
-