VictoriaMetrics/app
Aliaksandr Valialkin 140e7b6b74
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:42:06 -07: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 all: replace ElasticSearch -> Elasticsearch for the sake of consistency 2023-07-14 10:52:13 -07:00
vlselect docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vlstorage docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vmagent all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00
vmalert app/vmalert/README.md: sync with docs/vmalert.md after 54b7bd4564 2023-07-19 16:30:21 -07:00
vmauth docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vmbackup docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vmbackupmanager docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vmctl all: add support for or filters in series selectors 2023-07-16 00:06:33 -07:00
vmgateway docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vminsert all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00
vmrestore docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vmselect all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00
vmstorage lib/storage: switch from global to per-day index for MetricName -> TSID mapping 2023-07-13 16:07:30 -07:00
vmui feat: optimize vmui-log bundle size (#4602) 2023-07-19 16:49:38 -07:00