Hi,
I need help to deploy prometheus-openstack-exporter charm. It is deployed successfully on 10.5.40.60, but when I checked with browser on 10.5.40.60:9183 there is no metric to be found.
I configured os-credentials:
{
username: 'admin',
password: 'xxxxxx',
tenant_name: '',
region_name: 'RegionOne',
auth_url: 'https://10.5.40.112:5000/v3'
}
Did I miss something here? Please kindly help. Thank you.