Skip to content

web.listen-address doesn't work via config file #289

@bomuva

Description

@bomuva

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions