VictoriaMetrics/app
Roman Khavronenko c9f121e694
app/vmauth: update config reload routine (#5019)
* expose metrics `vmauth_config_last_reload_*` for tracking the state of config reloads, similarly to vmagent/vmalert components.
* do not print logs like `SIGHUP received...` once per configured `-configCheckInterval` cmd-line flag. This log will be printed only if config reload was invoked manually.
*  prevent configuration reloading if there were no changes in config. This improves memory usage when `-configCheckInterval` cmd-line flag is configured and config has extensive list of regexp expressions requiring additional memory on parsing.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2023-09-21 11:05:26 +02:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-07-06 21:36:28 -07:00
vlinsert app/vlinsert: follow-up for d570763c91 2023-09-19 00:45:28 +02:00
vlselect app/{vmselect,vlselect}: run make vmui-update vmui-logs-update after recent changes to app/vmui 2023-08-29 12:58:58 +02:00
vlstorage Add flagutil.Duration to avoid conversion bugs (#4835) 2023-09-01 09:30:30 +02:00
vmagent app/vmagent/remotewrite: fix data race when extra labels are added to samples before sending them to multiple remote storage systems 2023-09-08 23:26:40 +02:00
vmalert docs: sync description for license flags (#4977) 2023-09-08 23:26:25 +02:00
vmauth app/vmauth: update config reload routine (#5019) 2023-09-21 11:05:26 +02:00
vmbackup docs: sync description for license flags (#4977) 2023-09-08 23:26:25 +02:00
vmbackupmanager docs: sync description for license flags (#4977) 2023-09-08 23:26:25 +02:00
vmctl go.mod: increase the minimum supported Go version from Go1.19 to Go1.20 2023-09-07 12:18:12 +02:00
vmgateway docs: sync description for license flags (#4977) 2023-09-08 23:26:25 +02:00
vminsert app/vminsert: properly close vmstorage connection (#4935) 2023-09-01 17:56:41 +02:00
vmrestore docs: sync description for license flags (#4977) 2023-09-08 23:26:25 +02:00
vmselect app/vmselect: return +Inf as null in graphite render api (#5009) 2023-09-18 16:41:39 +02:00
vmstorage Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:25:49 +02:00
vmui all: update Go builder from Go1.21.0 to Go1.21.1 2023-09-07 11:36:49 +02:00