-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Example, the compute overview dashboard has the following for scheduled VMs.
sum by(project_name) (libvirt_domain_info_meta{juju_application=~"$juju_application",juju_model=~"$juju_model",juju_model_uuid=~"$juju_model_uuid",juju_unit=~"$juju_unit",project_name=~"$project"})
But, the cloud usage dashboard has the following for scheduled VMs.
sum(openstack_nova_running_vms{hostname=~"$hypervisor.*",juju_application=~"$juju_application",juju_model=~"$juju_model",juju_model_uuid=~"$juju_model_uuid",juju_unit=~"$juju_unit"})
The first does not work without the libvirt exporter, and the second does. Making these changes where possible is beneficial due to the prometheus libvirt exporter being deprecated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels