- 30 Oct, 2015 4 commits
-
-
utkarshcmu committed
-
Torkel Ödegaard committed
-
Correct object key typo
Torkel Ödegaard committed -
Should be ‘message’ not ‘messsage’.
King'ori Maina committed
-
- 29 Oct, 2015 13 commits
-
-
Merge branch 'prometheus-fix_step_calculation' of https://github.com/dan-cleinmark/grafana into dan-cleinmark-prometheus-fix_step_calculation
Torkel Ödegaard committed -
fix(cloudwatch): fixed limiting of cloudwatch period so it works for long time ranges in all cases, fixes #3086
Torkel Ödegaard committed -
fix(influxdb): fixed handling of relative time ranges like last x years, or last x months, fixes #3067
Torkel Ödegaard committed -
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.
Dan Cleinmark committed -
Torkel Ödegaard committed
-
feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061
Torkel Ödegaard committed -
fix panel repeat for cloudwatch
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Added tooltip for cloudwatch datasource
Torkel Ödegaard committed -
https://github.com/peekeri/grafana
Merge branch 'support_aws_profiles' of https://github.com/peekeri/grafana into peekeri-support_aws_profiles
Torkel Ödegaard committed
-
- 28 Oct, 2015 11 commits
-
-
utkarshcmu committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Fixed typos in 2.5v doc
Torkel Ödegaard committed -
utkarshcmu committed
-
Torkel Ödegaard committed
-
Mitsuhiro Tanda committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Revert prometheus graph view link
Torkel Ödegaard committed
-
- 27 Oct, 2015 8 commits
-
-
Add support for defining AWS profile for CloudWatch datasource to support pulling information from multiple different AWS accounts to single dashboard. With this change, it is possible to define multiple AWS credentials in ~/.aws/credentials file and connect different data sources to different AWS accounts.
Jari Sukanen committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Fixed typos in cloudwatch docs
Torkel Ödegaard committed -
ubhatnagar committed
-
- 26 Oct, 2015 4 commits
-
-
Updates to timepicker docs for 2.5 release
Torkel Ödegaard committed -
Matt committed
-
Updated images to be in separate PR.
Matt committed -
change(dashboards): made home dashboard and json file dashboards editable unless otherwise specified in json file, closes #2567
Torkel Ödegaard committed
-