Skip to content

Log web-exporter metrics by default

Nikola Milojevic requested to merge log-enabled-for-web-exporter-by-default into master

What does this MR do and why?

For web_exporter, logging was hard-coded to true. Since we interpret this setting in !86788 (merged), it will default to false. To minimize any changes in behavior for self-managed, I think we should maintain the current default and consider changing this separately.

We should default it to true in 1_settings in the app itself. This might be the least disruptive change for now. This setting should kick in when log_enabled is not set at all. original discussion

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports