VictoriaMetrics/app
Aliaksandr Valialkin 1f105dde98
all: allow dynamically reading *AuthKey flag values from files and urls
Examples:

1) -metricsAuthKey=file:///abs/path/to/file - reads flag value from the given absolute filepath
2) -metricsAuthKey=file://./relative/path/to/file - reads flag value from the given relative filepath
3) -metricsAuthKey=http://some-host/some/path?query_arg=abc - reads flag value from the given url

The flag value is automatically updated when the file contents changes.
2024-01-21 22:03:38 +02:00
..
victoria-logs lib/pushmetrics: wait until the background goroutines, which push metrics, are stopped at pushmetrics.Stop() 2024-01-15 13:50:36 +02:00
victoria-metrics app/vmselect: properly calculate start param for queries with too big look-behind window (#5630) 2024-01-17 13:48:06 +01:00
vlinsert Add _stream fields log (#5068) 2023-11-17 15:58:52 +01:00
vlselect vmui: reduced the number of server requests (#5253) 2023-11-14 01:50:00 +01:00
vlstorage lib/logstorage: follow-up for 8a23d08c21 2023-10-02 16:52:23 +02:00
vmagent all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmalert all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmalert-tool vmalert-tool: fix alert_rule_test case when eval_time is not multiple of evaluation_interval (#5387) 2023-12-01 12:17:24 +01:00
vmauth all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmbackup lib/pushmetrics: wait until the background goroutines, which push metrics, are stopped at pushmetrics.Stop() 2024-01-15 13:50:36 +02:00
vmbackupmanager docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vmctl app/vmctl: disallow insecure https connections to vm-native-dst-addr and vm-native-src-addr by default 2024-01-16 20:20:33 +02:00
vmgateway docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
vminsert all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmrestore lib/pushmetrics: wait until the background goroutines, which push metrics, are stopped at pushmetrics.Stop() 2024-01-15 13:50:36 +02:00
vmselect all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmstorage all: allow dynamically reading *AuthKey flag values from files and urls 2024-01-21 22:03:38 +02:00
vmui vmui: add autofocus to input for desktop version #5479 (#5592) 2024-01-21 03:24:16 +02:00