You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify web.listen-address via env variables it works
But when I specify it via config file - it doesn't work
Neither
......
web:
listen-address: 9162
no
......
web:
listen-address: :9162
I get the error ""unable to load metrics configuration" error="yaml: unmarshal errors:\n line 62: field web not found in type collector.MetricsConfiguration""
If some parameters cannot be specified via the config file, it would be greate to see this in the documentation