VictoriaMetrics/app
Aliaksandr Valialkin 992c300ce9
all: replace atomic.Value with atomic.Pointer[T]
This eliminates the need in .(*T) casting for results obtained from Load()

Leave atomic.Value for map, since atomic.Pointer[map[...]...] makes double pointer to map,
because map is already a pointer type.
2023-07-19 17:48:26 -07:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-07-06 21:36:28 -07:00
vlinsert all: replace ElasticSearch -> Elasticsearch for the sake of consistency 2023-07-14 10:52:43 -07:00
vlselect docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vlstorage docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vmagent all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
vmalert app/vmalert/README.md: sync with docs/vmalert.md after 54b7bd4564 2023-07-19 16:31:30 -07:00
vmauth docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vmbackup docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vmbackupmanager docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vmctl all: add support for or filters in series selectors 2023-07-15 23:56:18 -07:00
vmgateway docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vminsert all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
vmrestore docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
vmselect all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
vmstorage lib/storage: switch from global to per-day index for MetricName -> TSID mapping 2023-07-13 17:03:50 -07:00
vmui feat: optimize vmui-log bundle size (#4602) 2023-07-19 16:52:18 -07:00