~mthaddon/charm-grafana/+git/grafana-charm:readme

Last commit made on 2018-04-04
Get this branch:
git clone -b readme https://git.launchpad.net/~mthaddon/charm-grafana/+git/grafana-charm
Only Tom Haddon can upload to this branch. If you are Tom Haddon please log in for upload directions.

Branch information

Recent commits

edfe65b... by Tom Haddon

Fix bugs location in README lp#1745652

52e968f... by Konstantinos Tsakalozos

Use charm-env to have access to venv in actions

Reviewed-on: https://code.launchpad.net/~kos.tsakalozos/grafana-charm/+git/grafana-charm/+merge/341523
Reviewed-by: Stuart Bishop <email address hidden>

fd3c6ed... by Konstantinos Tsakalozos

Use charm-env to have access to venv in actions

f41c61b... by Alvaro Uria

Catch conn refused to Prometheus datasource

 * request module uses urllib3 underneath. "Exception" is catched since
 multiple exceptions can be raised and this feature should not make the
 charm failed, but skip automatic imports.
 * Changed error messages on automatic imports

dc523d9... by Jacek Nykis

[jacek, r=drewn4ss, aluria] Add [juju] prefix to autoimported dashboard titles

d7d8337... by Jacek Nykis

Merged Alvaro's changes + small pep8 fixes

e6bc20b... by Jacek Nykis

Rewrite import-dashboard action to support import of files on disk

Reviewed-on: https://code.launchpad.net/~jacekn/grafana-charm/+git/grafana-charm-1/+merge/337718
Reviewed-by: Alexandre Gomes <email address hidden>

d3f6e4f... by Jacek Nykis

Rewrite import-dashboard action to support import of files on disk

f63810a... by Alvaro Uria

Add install_method support [apt,snap]

 * install_method and snap_channel support
 * Default is "apt", but "snap" can be used on Xenial and on
 * Automatic import_dashboard if datasource is prometheus and metrics
 are being collected for such dashboards to work
 * grafana.ini template can configure port and debug level
 * On trusty, upgrade-charm fails because layer:snap calls systemctl

7bf2d3d... by Jacek Nykis

[trivial] Don't strip dashboard key from backup files to make them compatible with API import