VictoriaMetrics/app
Aliaksandr Valialkin dad13c0a91
lib/streamaggr: follow-up for ff72ca14b9
- Make sure that the last successfully loaded config is used on hot-reload failure
- Properly cleanup resources occupied by already initialized aggregators
  when the current aggregator fails to be initialized
- Expose distinct vmagent_streamaggr_config_reload* metrics per each -remoteWrite.streamAggr.config
  This should simplify monitoring and debugging failed reloads
- Remove race condition at app/vminsert/common.MustStopStreamAggr when calling sa.MustStop() while sa
  could be in use at realoadSaConfig()
- Remove lib/streamaggr.aggregator.hasState global variable, since it may negatively impact scalability
  on system with big number of CPU cores at hasState.Store(true) call inside aggregator.Push().
- Remove fine-grained aggregator reload - reload all the aggregators on config change instead.
  This simplifies the code a bit. The fine-grained aggregator reload may be returned back
  if there will be demand from real users for it.
- Check -relabelConfig and -streamAggr.config files when single-node VictoriaMetrics runs with -dryRun flag
- Return back accidentally removed changelog for v1.87.4 at docs/CHANGELOG.md

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3639
2023-03-31 22:54:10 -07:00
..
vmagent lib/streamaggr: follow-up for ff72ca14b9 2023-03-31 22:54:10 -07:00
vmalert vmalert: use missingkey=zero for templating (#4040) 2023-03-31 22:43:39 -07:00
vmauth docs/vmauth.md: follow-up for 36edba9bfb 2023-03-24 17:56:59 -07:00
vmbackup app/{vmbackup,vmrestore}: publish vmbackup and vmrestore binaries for Windows 2023-03-25 15:09:41 -07:00
vmbackupmanager doc: add vmbackupmanager monitoring section (#3605) 2023-01-05 16:49:59 -08:00
vmctl docs/vmctl: add examples of URLs used for migration in different modes (#4042) 2023-03-31 22:44:12 -07:00
vmgateway app/vmgateway: add new flag doc 2023-02-27 11:18:37 -08:00
vminsert lib/streamaggr: follow-up for ff72ca14b9 2023-03-31 22:54:10 -07:00
vmrestore app/{vmbackup,vmrestore}: publish vmbackup and vmrestore binaries for Windows 2023-03-25 15:09:41 -07:00
vmselect app/vmselect: properly remove temp files at windows system (#4020) 2023-03-27 18:10:44 -07:00
vmstorage all: add Windows build for VictoriaMetrics 2023-03-19 23:28:26 -07:00
vmui fix: app/vmui/Dockerfile-web to reduce vulnerabilities (#4044) 2023-03-31 22:44:33 -07:00