VictoriaMetrics/app
Tobias Jungel 8bdc63aab9
app/vmbackup: prevent password leaks (#3672)
This prevents vmbackup from leaking passwords into logs like shown below.

2023-01-11T15:00:01.050Z        info    VictoriaMetrics/lib/logger/flag.go:12   build version: vmbackup-20221214-211706-tags-v1.85.1-0-g09a70d3e9
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/lib/logger/flag.go:13   command-line flags
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/lib/logger/flag.go:20     -dst="fs:///vm-backups/latest"
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/lib/logger/flag.go:20     -snapshot.createURL="http://user:super_sercret123@victoriametricspshot/create"
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/lib/logger/flag.go:20     -storageDataPath="/storage"
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/app/vmbackup/main.go:53 Snapshot create url http://user:super_sercret123@victoriametrics:8428/snapshot/create
2023-01-11T15:00:01.050Z        info    VictoriaMetrics/app/vmbackup/main.go:60 Snapshot delete url http://user:super_sercret123@victoriametrics:8428/snapshot/delete
2023-01-18 11:40:52 -08:00
..
vmagent vmagent: add minimal scrape file exampe for vmagent quick start (#3627) 2023-01-11 01:23:07 -08:00
vmalert docs: update -help outputs for vm* tools 2023-01-03 23:27:31 -08:00
vmauth lib/httpserver: directly pass flag value to CheckAuthFlag() 2023-01-10 15:59:55 -08:00
vmbackup app/vmbackup: prevent password leaks (#3672) 2023-01-18 11:40:52 -08:00
vmbackupmanager doc: add vmbackupmanager monitoring section (#3605) 2023-01-05 16:49:59 -08:00
vmctl app/vmctl: add remote read protocol integration tests (#3626) 2023-01-11 23:03:17 -08:00
vmgateway docs: update -help outputs for vm* tools 2023-01-03 23:27:31 -08:00
vminsert app/vminsert: return 200 OK status code when importing data in pushgateway format 2023-01-15 13:26:09 -08:00
vmrestore docs: update -help outputs for vm* tools 2023-01-03 23:27:31 -08:00
vmselect app/vmui: increase perceived performance by 2.5x by reducing the delay before the query execution from 0.8s to 0.3s 2023-01-18 01:33:51 -08:00
vmstorage lib/{mergeset,storage}: do not slow down concurrently executed queries during assisted merges 2023-01-16 14:45:40 -08:00
vmui app/vmui: increase perceived performance by 2.5x by reducing the delay before the query execution from 0.8s to 0.3s 2023-01-18 01:33:51 -08:00