VictoriaMetrics/app/vmalert/datasource
Dmytro Kozlov 1c257af367
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-16 01:42:39 +02:00
..
datasource.go app/vmalert/datasource: substitute golang.org/x/exp/slices.SortFunc with sort.Slice 2023-07-24 19:17:19 -07: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-16 01:42:39 +02:00
vm.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-16 01:42:39 +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:fix query request using rfc3339 format (#4577) 2023-07-09 11:03:10 -07:00
vm_prom_api_test.go vmalert: reduce allocations for Prometheus resp parse (#3435) 2022-12-05 00:18:11 -08:00
vm_test.go vmalert: correctly add duplicated params to the query (#4955) 2023-09-08 23:35:19 +02:00