canonical / openstack-exporter-operator

The openstack-exporter-operator is a machine charm for openstack-exporter.
Apache License 2.0
1 stars 6 forks source link

Add integration with Grafana Agent #11

Closed samuelallan72 closed 7 months ago

samuelallan72 commented 7 months ago

Add integration with Grafana Agent

Testing

Some helpful commands for testing:

charmcraft -v pack
juju deploy ./openstack-exporter_ubuntu-22.04-amd64.charm --resource openstack-exporter=golang-openstack-exporter_1.6.0_amd64.snap
juju deploy grafana-agent
juju relate openstack-exporter grafana-agent
samuelallan72 commented 7 months ago

Please note: I haven't been able to test with full COS yet, since I don't have a testbed set up for it yet. I have confirmed the relation data in grafana agent though.

samuelallan72 commented 7 months ago

rebased on main

samuelallan72 commented 7 months ago

rebased to fix merge conflicts