~mertkirpici/charm-prometheus-openstack-exporter:chore/drop-bionic

Last commit made on 2023-09-25
Get this branch:
git clone -b chore/drop-bionic https://git.launchpad.net/~mertkirpici/charm-prometheus-openstack-exporter
Only Mert Kirpici can upload to this branch. If you are Mert Kirpici please log in for upload directions.

Branch merges

Branch information

Name:
chore/drop-bionic
Repository:
lp:~mertkirpici/charm-prometheus-openstack-exporter

Recent commits

d380ec1... by Mert Kirpici

chore: fix unused smoke and dev bundles

Signed-off-by: Mert Kırpıcı <email address hidden>

21563a8... by Mert Kirpici

fix: get grafana from edge for functests

Signed-off-by: Mert Kırpıcı <email address hidden>

eeaa92c... by Mert Kirpici

chore: drop bionic support

Signed-off-by: Mert Kırpıcı <email address hidden>

6fdc7fd... by Chi Wai CHAN

Add discourse documentation

Reviewed-on: https://code.launchpad.net/~raychan96/charm-prometheus-openstack-exporter/+git/charm-prometheus-openstack-exporter/+merge/448856
Reviewed-by: Tianqi Xiao <email address hidden>
Reviewed-by: Ramesh Sattaru <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

f9445e0... by Chi Wai CHAN

Updated maintainer information.

27ce82b... by Chi Wai CHAN

Added CONTRIBUTING.md and LICENSE

6479033... by Chi Wai CHAN

Included documentation page in metadata.yaml

37fd8fe... by Mert Kirpici

LP #2006472

Reviewed-on: https://code.launchpad.net/~mertkirpici/charm-prometheus-openstack-exporter/+git/charm-prometheus-openstack-exporter/+merge/440655
Reviewed-by: Robert Gildein <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

7496457... by Mert Kirpici

dashboards/hypervisor: migrate graphs to timeseries

This commit includes multiple fixes and improvements in the hypervisor
dashboard
- Migrate legacy graphs to timeseries
- Replace sum without clauses with sum by
- Utilize libvirt_domain_info_meta metric for nova project and instance
  names
- Rework the Instances Stats table to include the instance and project
  name
- Rework per instance panel queries so that they group by instance as
  they should
- Rework the legend info to reflect the hypervisor dns_name in the
  cumulative panels, project_name | instance_name in the per-instance
  panels
- Add ability to filter by project
- Add ability to filter by multiple hypevisors

Works-on: 2006472
Signed-off-by: Mert Kırpıcı <email address hidden>

0e3e426... by Robert Gildein

remove flag to be able connect multiple Grafana

Removing unnecessary flag so registration of dashboard is triggered
every time if new relation joined.
Functional test was not working with running `make functional`,
because the wrong env variable was used in local-overlay.

Reviewed-on: https://code.launchpad.net/~rgildein/charm-prometheus-openstack-exporter/+git/charm-prometheus-openstack-exporter/+merge/439145
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>