prometheus/config
beorn7 747c5ee2b1 Apply analyzer "modernize" to the whole codebase
See
https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize
for details.

This ran into a few issues (arguably bugs in the modernize tool),
which I will fix in the next commit, so that we have transparency what
was done automatically.

Beyond those hiccups, I believe all the changes applied are
legitimate. Even where there might be no tangible direct gain, I would
argue it's still better to use the "modern" way to avoid micro
discussions in tiny style PRs later.

Signed-off-by: beorn7 <beorn@grafana.com>
2025-08-27 14:48:41 +02:00
..
testdata config: address edge case where local config specifies validation mode only (#16923) 2025-08-04 13:53:50 -04:00
config.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
config_default_test.go bugfix: Default OTLP config not respected when otlp: block is unset (#16693) 2025-06-04 22:52:39 +02:00
config_test.go Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
config_windows_test.go config: Remove validation GetScrapeConfigs; require using config.Load. 2024-12-11 13:31:01 +00:00
reload.go fix: fails to auto-reload on changes to rule and scrape config files 2025-04-02 08:41:15 -05:00
reload_test.go fix: fails to auto-reload on changes to rule and scrape config files 2025-04-02 08:41:15 -05:00