VictoriaMetrics/app/vmalert/datasource
Dmytro Kozlov 244c887825
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
2023-10-10 11:40:27 +02:00
..
datasource.go vmalert: add eval_offset for group (#4693) 2023-09-06 16:29:59 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 11:40:27 +02:00
vm.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-10 11:40:27 +02:00
vm_graphite_api.go app/vmalert/datasource/graphite: allow overriding "from" parameter for datasource queries (#4687) 2023-07-21 14:28:10 +04:00
vm_prom_api.go vmalert: add eval_offset for group (#4693) 2023-09-06 16:29:59 +02:00
vm_prom_api_test.go vmalert: add eval_offset for group (#4693) 2023-09-06 16:29:59 +02:00
vm_test.go vmalert: correctly add duplicated params to the query (#4955) 2023-09-08 09:32:48 +02:00