Alexey Myltsev
Alexey Myltsev
> Hey @alexeymyltsev is this something you have experienced with the network_ip_availabilities_total metric? Hi @niedbalski ! Unfortunately I didn't face with problem like that and we do no use IPv6,...
I have done several tests and I just find that cause of problem in gophercloud. With CURL I got: ```{"network_ip_availabilities": [{"network_id": "484e4bc5-902f-4637-bd90-38d0befafc9e", "network_name": "test-ipv6", "tenant_id": "281707607f27476e955432b1ed0e1f87", "project_id": "281707607f27476e955432b1ed0e1f87", "subnet_ip_availability": [{"subnet_id":...
@rrraditya ```curl -s -H "X-Auth-Token: $OS_TOKEN" https://api.example.com:9696/v2.0/network-ip-availabilities\?network_id\=484e4bc5-902f-4637-bd90-38d0befafc9e```
> Thank you @alexeymyltsev we'll test it on our side. > > meanwhile, about this case, so there's still no plan whether this will be fixed from gophercloud side? i...
Issue for gophercloud https://github.com/gophercloud/gophercloud/issues/2233
Hello @jspeckman , all variants are possible. In your case , prometheus should scrape metrics from exporter which you run on controller node.
hello @shqnayaz Looks like you should debug you container. Can you ran it with ```/bin/sleep 60``` and check is there ```clouds.yaml``` in ```/etc/openstack/clouds.yaml``` ?
@gwaewion hello, why you do not want to make PR to gophercloud?
Hello @mkszuba , As far as exporter does not create, delete or modify something, RO permissions should be enough.
> > Hello, > > If I understand your documentation correctly, openstack-exporter is supposed to connect to OpenStack as a user with full admin rights in the projects under consideration....