~nicolasbock/charm-grafana:default_exemplars

Last commit made on 2021-11-10
Get this branch:
git clone -b default_exemplars https://git.launchpad.net/~nicolasbock/charm-grafana
Only Nicolas Bock can upload to this branch. If you are Nicolas Bock please log in for upload directions.

Branch merges

Branch information

Name:
default_exemplars
Repository:
lp:~nicolasbock/charm-grafana

Recent commits

305d710... by Nicolas Bock

Add default exemplar configuration to data source

Recent versions of Grafana have a default configuration for the data source when
no Exemplars are configured. This change adds the required default.

Close: #1950497
Signed-off-by: Nicolas Bock <email address hidden>

336504e... by Chris Johnston

If instance_name is provided, use instance_name for checks instead of 127.0.0.1

This is needed when using SSL with certs provided by the user as the certs don't include 127.0.0.1.

Reviewed-on: https://code.launchpad.net/~cjohnston/charm-grafana/+git/charm-grafana/+merge/410186
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Xiyue Wang <email address hidden>

3c53952... by Chris Johnston

Fixing black errors

ab9b336... by Chris Johnston

Fix lint

e5a7db1... by Chris Johnston

First pass at cleaning up ssl issues

2a931c4... by Alvaro Uria

Support "application" settings via relation-set

Reviewed-on: https://code.launchpad.net/~aluria/charm-grafana/+git/grafana-charm-1/+merge/409938
Reviewed-by: Xiyue Wang <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Xav Paice <email address hidden>

b162bc1... by Alvaro Uria

Support "application" settings via relation-set

relation-set supports an "--app" flag that shares relation data at the
application level rather than at a unit level. When this flag is used
(set to True), the JUJU_REMOTE_UNIT envvar is not set.

This change supports dashboards-relation-changed hooks triggered when
using the --app flag.

Closes-bug: 1946006

80ec078... by Linda Guo

Return empty string if JUJU_CHARM_DIR is not set

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-grafana/+git/charm-grafana/+merge/409877
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

591a965... by Linda Guo

Return empty string if JUJU_CHARM_DIR is not set

9d406e8... by Linda Guo

add registration_relation_joined hook to register grafana
    to Homer dashboard[1]

    [1]. https://launchpad.net/charm-homer-dashboard

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-grafana/+git/charm-grafana/+merge/409468
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>