webdevops / azure-resourcemanager-exporter

Prometheus exporter for Azure ResourceManager informations (infos, quotas, limits, usages, public IPs, portscanner)
MIT License
33 stars 17 forks source link

Trying to use latest version. #37

Closed aloysioc closed 1 year ago

aloysioc commented 1 year ago

Hi Markus.

I'm trying to use the latest version (23.4.0-beta0), but I'm receiving an error about the "--config" parameter. I haven't used this parameter until now. What is its content? I tried setting it to "/go", but it didn't work.

Thanks in advance.

go-logs
aloysioc commented 1 year ago

Hi Markus,

Can you help me with this doubt?

mblaschke commented 1 year ago

the latest version requires a config file instead of environment variable. this makes configuration easier and makes the exporter more flexible

see example of config here: https://github.com/webdevops/azure-resourcemanager-exporter/blob/main/example.yaml

so the next final release will contain several breaking changes.

i'm currently sick so it will take a few days to recover so i can work on a final release.

mblaschke commented 1 year ago

next stable release will be next week, closing this topic