VictoriaMetrics/app/vmalert/notifier
Dmytro Kozlov 1cc6cd3d4f
app/vmalert: hide sensetive info in the vmalert (#5059)
Strip sensitive information such as auth headers or passwords from datasource, remote-read,
remote-write or notifier URLs in log messages or UI. This behavior is by default and is controlled via
`-datasource.showURL`, `-remoteRead.showURL`, `remoteWrite.showURL` or `-notifier.showURL` cmd-line flags.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5044
(cherry picked from commit 244c887825)
2023-10-10 12:45:36 +02:00
..
testdata vmalert: support auth configs per static_target (#3188) 2022-09-30 18:38:11 +03:00
alert.go vmalert: add keep_firing_for field for alerting rule (#4669) 2023-07-27 13:00:45 -07:00
alert_test.go Vmalert tests (#3975) 2023-03-17 16:16:13 -07:00
alertmanager.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 12:45:36 +02:00
alertmanager_request.qtpl fix issue#3053 (#3182) 2022-10-10 21:54:18 +03:00
alertmanager_request.qtpl.go vmalert: revert unexpected fileds rename during refactoring (#3222) 2022-10-12 09:33:16 +03:00
alertmanager_test.go app/vmalert: follow-up after 6c322b4a00 (#4214) 2023-05-08 17:20:49 -07:00
config.go app,lib: fix typos in comments (#3804) 2023-02-13 09:32:35 -08:00
config_test.go vmalert: add DNS service discovery (#2465) 2022-04-13 14:14:25 +03:00
config_watcher.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:23 -08:00
config_watcher_test.go vmalert: fix redundant clean up move (#4803) 2023-08-11 04:56:57 -07:00
init.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 12:45:36 +02:00
init_test.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 16:03:28 -07:00
notifier.go vmalert: allow configuring custom notifier headers per group (#4088) 2023-05-08 17:07:44 -07:00
notifier_blackhole.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 16:03:28 -07:00
notifier_blackhole_test.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 16:03:28 -07:00
package_test.go added reusable templates support (#2532) 2022-05-20 12:25:11 +03:00