VictoriaMetrics/app
Roman Khavronenko b0c1f3d819
app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269)
Allocations are reduced by re-using the byte buffer when converting
labels to string keys.
```
name               old allocs/op  new allocs/op  delta
GetStaleSeries-10       703 ± 0%       203 ± 0%   ~     (p=1.000 n=1+1)
```

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-05-14 14:43:39 +02:00
..
victoria-logs fixed EXPOSE port for VictoriaLogs' Dockerfiles (#6082) 2024-04-09 13:54:52 -07:00
victoria-metrics Add build support for loong64 (#6222) 2024-05-09 14:22:03 +02:00
vlinsert all: fix golangci-lint(revive) warnings after 0c0ed61ce7 2024-04-02 23:16:29 +03:00
vlogsgenerator lib/logstorage: initial implementation of pipes in LogsQL 2024-05-12 16:33:31 +02:00
vlselect lib/logstorage: work-in-progress 2024-05-14 03:05:03 +02:00
vlstorage lib/logstorage: initial implementation of pipes in LogsQL 2024-05-12 16:33:31 +02:00
vmagent app/vmagent: removed deprecated -remoteWrite.multitenantURL flag support (#6253) 2024-05-13 15:22:37 +02:00
vmalert app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-14 14:43:39 +02:00
vmalert-tool all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
vmauth app/vmauth: explicitly unregister metrics set for auth config (#6252) 2024-05-14 09:26:50 +02:00
vmbackup Add build support for loong64 (#6222) 2024-05-09 14:22:03 +02:00
vmbackupmanager all: replace old https://docs.victoriametrics.com/vmbackupmanager.html url with the new one - https://docs.victoriametrics.com/vmbackupmanager/ 2024-04-18 02:03:58 +02:00
vmctl Add build support for loong64 (#6222) 2024-05-09 14:22:03 +02:00
vmgateway all: replace old https://docs.victoriametrics.com/vmgateway.html url with the new one - https://docs.victoriametrics.com/vmgateway/ 2024-04-18 02:08:18 +02:00
vminsert lib/slicesutil: add helper functions for setting slice length and extending its capacity 2024-05-12 11:32:17 +02:00
vmrestore Add build support for loong64 (#6222) 2024-05-09 14:22:03 +02:00
vmselect lib/slicesutil: add helper functions for setting slice length and extending its capacity 2024-05-12 11:32:17 +02:00
vmstorage all: replace old https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html url with the new one - https://docs.victoriametrics.com/single-server-victoriametrics/ 2024-04-18 03:11:03 +02:00
vmui vmui/vmanomaly: add download config button (#6231) 2024-05-13 12:25:31 +02:00