VictoriaMetrics/app
Roman Khavronenko 462c918251
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-20 15:04:52 +02:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-06-21 19:52:50 -07:00
victoria-metrics docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vlinsert app/vlinsert: follow-up for d570763c91 2023-09-19 00:02:43 +02:00
vlselect app/{vmselect,vlselect}: run make vmui-update vmui-logs-update after recent changes to app/vmui 2023-08-29 12:58:44 +02:00
vlstorage Add flagutil.Duration to avoid conversion bugs (#4835) 2023-09-01 09:27:51 +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:24:00 +02:00
vmalert docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmauth app/vmauth: update config reload routine (#5019) 2023-09-20 15:04:52 +02:00
vmbackup docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmbackupmanager docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmctl go.mod: increase the minimum supported Go version from Go1.19 to Go1.20 2023-09-07 13:01:38 +02:00
vmgateway docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vminsert lib/promrelabel: properly replace : char with _ in metric names when -usePromCompatibleNaming command-line flag is set 2023-08-14 16:14:42 +02:00
vmrestore docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmselect app/vmselect: return +Inf as null in graphite render api (#5009) 2023-09-15 19:23:59 +02:00
vmstorage lib/flagutil: add Duration.Milliseconds() convenience function after 0c7d46d637 2023-09-03 10:56:44 +02:00
vmui all: update Go builder from Go1.21.0 to Go1.21.1 2023-09-07 11:36:16 +02:00