VictoriaMetrics/app/vmalert/datasource
Matthew Blewitt 240acdf3b7
vmalert: mark some url flags as sensitive (#2965)
Other components, such as `vmagent`, mark these flags as sensitive and
hide them from the `/metrics` endpoint by default. This commit adds
similar handling to the `vmalert` component, hiding them by default, to
prevent logging of secrets inappropriately.

Showing of these values is controlled by an additional flag.

Follow up to https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2947
2022-08-30 11:55:55 +03:00
..
datasource.go Vmalert compliance 2 (#2340) 2022-03-29 15:09:07 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go vmalert: mark some url flags as sensitive (#2965) 2022-08-30 11:55:55 +03:00
type.go app/vmalert/datasource: use plain string literals instead of constants 2021-11-05 19:57:47 +02:00
vm.go lib/promauth: add ability to send additional http headers in requests to scrape targets 2022-06-22 20:39:43 +03:00
vm_graphite_api.go vmalert: introduce additional HTTP URL params per-group configuration (#1892) 2021-12-02 14:45:08 +02:00
vm_prom_api.go vmalert: remove a line added for debug (#2611) 2022-05-18 14:57:58 +02:00
vm_test.go lib/promauth: add ability to send additional http headers in requests to scrape targets 2022-06-22 20:39:43 +03:00