VictoriaMetrics/app/vmalert/remotewrite
Matthew Blewitt 28441711e6
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-11 09:56:40 +02:00
..
init.go vmalert: mark some url flags as sensitive (#2965) 2022-08-11 09:56:40 +02:00
remotewrite.go lib/promauth: add ability to send additional http headers in requests to scrape targets 2022-06-22 20:39:43 +03:00
remotewrite_test.go Add remote-write headers (#2701) 2022-06-13 09:59:03 +03:00