~johnsca/charm-grafana:johnsca/feature/dashboard-import

Last commit made on 2019-08-09
Get this branch:
git clone -b johnsca/feature/dashboard-import https://git.launchpad.net/~johnsca/charm-grafana
Only Cory Johns can upload to this branch. If you are Cory Johns please log in for upload directions.

Branch merges

Branch information

Name:
johnsca/feature/dashboard-import
Repository:
lp:~johnsca/charm-grafana

Recent commits

781d727... by Cory Johns

Refactor import_dashboard name logic per review

5408502... by Cory Johns

Fix call to import_dashboard that was missed in the refactor

185a980... by Cory Johns

Add new action to get all info for connecting

The URL or port can be changed via config, so it's useful (and more
convenient) to get all info needed to connect to Grafana from a single
action. I added a new action for clarity and to maintain compatibility,
but this could potentially be folded into get-admin-password.

1543798... by Cory Johns

Add relation for getting dashboards imported

Kubernetes has dashboards it needs loaded when monitoring is in use.
This adds a relation that it can use to provide those dashboards.

4d4d7f4... by Nicolas Pochet

Move to new default repository

* According to Grafana's documentation, one needs to use the new
repository.
* This change replaces the old repository and key by the new ones.

Closes-Bug: 1814303

Reviewed-on: https://code.launchpad.net/~npochet/grafana-charm/+git/grafana-charm/+merge/369506
Reviewed-by: Stuart Bishop <email address hidden>
Reviewed-by: Felipe Reyes <email address hidden>
Reviewed-by: Seyeong Kim <email address hidden>
Reviewed-by: Hua Zhang <email address hidden>

4992811... by Tom Haddon

Correct indentation of README.md for display on jaas.ai

Reviewed-on: https://code.launchpad.net/~mthaddon/grafana-charm/+git/grafana-charm/+merge/369509
Reviewed-by: Benjamin Allot <email address hidden>

b767785... by Tom Haddon

Correct indentation of README.md for display on jaas.ai

9d50a69... by Guillermo Gonzalez

Add auth-proxy config and use it to render an active default config for auth.proxy

Reviewed-on: https://code.launchpad.net/~verterok/grafana-charm/+git/grafana-charm/+merge/369507
Reviewed-by: Tom Haddon <email address hidden>

a5cdfd9... by Guillermo Gonzalez

fix markdown syntax and other small fixes to the doc

20db3b0... by Guillermo Gonzalez

add Auth-proxy section in README.md