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
For example, it doesn't make sense that TLSConfig.MinVersion appears as 0 when marshaled to YAML. Prometheus crashes if you try to use this web config via --web.config.file=:
caller=main.go:949 level=error msg="Unable to validate web configuration file" err="unknown TLS version: 0"
The text was updated successfully, but these errors were encountered:
All fields , (e.g. in
Config
,TLSConfig
) should haveyaml:"<NAME>,omitempty"
https://github.com/prometheus/exporter-toolkit/blob/master/web/tls_config.go#L39
For example, it doesn't make sense that
TLSConfig.MinVersion
appears as0
when marshaled to YAML. Prometheus crashes if you try to use this web config via--web.config.file=
:The text was updated successfully, but these errors were encountered: