-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
Description
In ManageIQ Radjabov, we are using OpenStack with Gnocchi for metrics.
Gnocchi connectivity works from the Rails console, but the Monitoring / Utilization tab in the UI remains greyed out and no metrics or graphs are shown.
Environment
- ManageIQ version: Radjabov
- Provider: OpenStack
- Metrics service: Gnocchi
What Works
Gnocchi metrics are accessible from the Rails console:
ems = ManageIQ::Providers::Openstack::CloudManager.first
vm = ems.vms.first
gnocchi_client = ems.connect(:service => "Metric")
gnocchi_client.list_meters([{"field" => "resource_id", "value" => vm.ems_ref}])Valid meters (cpu, memory, vcpus, disk, etc.) are returned.
Issue
-
Monitoring / Utilization tab is greyed out
-
No metrics are shown:
- On the OpenStack provider
- On powered-on VMs
Steps Already Tried
- Enabled Capacity & Utilization (C&U) in Region Settings
- Restarted ManageIQ appliance
- Checked Monitoring tab on powered-on VMs
- Waited more than one week for rollups
Issue still persists.
Expected Behavior
Monitoring / Utilization tab should be enabled and display metrics when:
- C&U is enabled
- Gnocchi metrics are available
Actual Behavior
Monitoring / Utilization tab remains disabled and no metrics are shown.
Reactions are currently unavailable