pkg/configmap/parser
Dave Protasowski 13b2dc9d2f
[observability] Default missing endpoint scheme to HTTPS (#3200)
* apply TrimSpace from config map values

* Convert opaque URLs to hiearchical ones.

When testing prometheus endpoints I entered
some.domain.com:9090/some/path

And this took `some.domain.com` as the scheme. To avoid this landmine
if we end up with an opaque URL we prepend the 'https' scheme to
the endpoint
2025-06-30 18:03:52 +00:00
..
parse.go [observability] Default missing endpoint scheme to HTTPS (#3200) 2025-06-30 18:03:52 +00:00
parse_test.go pull configmap parsing into separate package (#3185) 2025-06-12 08:34:47 +00:00