~prometheus-charmers/charm-prometheus-openstack-exporter/+git/prometheus-openstack-exporter-charm:master

Last commit made on 2019-10-18
Get this branch:
git clone -b master https://git.launchpad.net/~prometheus-charmers/charm-prometheus-openstack-exporter/+git/prometheus-openstack-exporter-charm
Members of Prometheus Charmers can upload to this branch. Log in for directions.

Branch merges

Recent commits

97e25e4... by Vern Hart

Add core snap resource and intentionally install core snap.
If the resource is not provided, will install from the charm store.
LP: #1845386

Reviewed-on: https://code.launchpad.net/~vhart/prometheus-openstack-exporter-charm/+git/prometheus-openstack-exporter-charm/+merge/374258
Reviewed-by: Stuart Bishop <email address hidden>

2f30ef3... by Vern Hart

Add icon.svg
It's always nice to have an icon.

Reviewed-on: https://code.launchpad.net/~vhart/prometheus-openstack-exporter-charm/+git/prometheus-openstack-exporter-charm/+merge/374261
Reviewed-by: Tom Haddon <email address hidden>

2e85484... by Vern Hart

add icon.svg

aa9fed5... by Vern Hart

install core snap via charm resource

cdadeab... by Jorge Niedbalski

Adds the log_level variable.

    Add the log_level variable which defaults to INFO.
    See LP:#1842707.

Reviewed-on: https://code.launchpad.net/~niedbalski/prometheus-openstack-exporter-charm/+git/charm-prometheus-openstack-exporter/+merge/372283
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

f6b2f96... by Jorge Niedbalski

Adds the log_level variable.

Add the log_level variable which defaults to INFO.
See LP:#1842707.

Signed-off-by: Jorge Niedbalski <email address hidden>

1c45242... by Drew Freiberger

Add enabled_collectors to p-o-e.yaml template

Reviewed-on: https://code.launchpad.net/~afreiberger/prometheus-openstack-exporter-charm/+git/prometheus-openstack-exporter-charm/+merge/371140
Reviewed-by: Jay Kuri <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

fd04e72... by Drew Freiberger

Add enabled_collectors to p-o-e.yaml template

6a6b506... by Jorge Niedbalski

This patch implements a reconfig_on_change method that validates that the event/relation data has changed prior to execute a reconfig and a subsequent service restart.

This fixes the behavior described on LP: #1835277

Reviewed-on: https://code.launchpad.net/~niedbalski/prometheus-openstack-exporter-charm/+git/charm-prometheus-openstack-exporter/+merge/369730
Reviewed-by: Stuart Bishop <email address hidden>
Reviewed-by: Felipe Reyes <email address hidden>

186e23b... by Jorge Niedbalski

Trigger reconfig just on data change.

This change adds the reconfig_on_change function to
just trigger the reconfig and posterior restart in case
the relation data has changed.

LP: #1835277

Signed-off-by: Jorge Niedbalski <email address hidden>