VictoriaMetrics/app/vmalert/datasource
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
..
datasource.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:30:54 +03:00
init.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 12:45:36 +02:00
vm.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 12:45:36 +02:00
vm_graphite_api.go app/vmalert/datasource/graphite: allow overriding "from" parameter for datasource queries (#4687) 2023-07-22 14:18:52 -07:00
vm_prom_api.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_prom_api_test.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_test.go vmalert: correctly add duplicated params to the query (#4955) 2023-09-08 09:33:45 +02:00