Alexey Myltsev
Alexey Myltsev
Regarding ```reader ``` permissions. Do you have soped tokens? If yes, you should have reader on ```System Scope``` level.
This panic happened because some of metrics collected in one function. It mean function executed , but if some metic has been disabled then it can not be written and...
Hello @J-L-I . Unfortunately for this moment there are not this metric. Could you do PR with it?
Hello, As mention in description it should be as service name "-" metric name: ```--disable-metric can be specified in the format: service-metric (i.e: cinder-snapshots)``` It mean you should have ```...
> i've also try this, exporter is launched, but after making curl to metrics after 11-12 seconds have error: > `(it's happens with disabling nova-server_status)` > > ``` > :...
> also i used a default `cinder-snapshots` like i example and metric still presented in exports. > > i running exporter like below: > > ``` > /usr/bin/openstack-exporter --os-client-config /etc/openstack-exporter/clouds.yaml...
Hi @engel75 , as I see for this moment Endpoint type can be set only with flag `--endpoint-type=`. - If we will add endpoint type from config it mean that...
> @alexeymyltsev do you have a wallaby environment to test this on? @niedbalski unfortunately we do not have Wallaby, for this moment we just on Victoria. We have one release...
Looks like with below code exporter will use only max version of microversion of Nova API. ``` microversion, err := apiversions.Get(config.Client, "v2.1").Extract() if err == nil { exporter.Client.Microversion = microversion.Version...
> Any contributor is willing to check this upgrade? @priteau @alexeymyltsev Hi @niedbalski . I have checked this branch with my Wallaby installation and it works well.