VictoriaMetrics/app/victoria-metrics
Aliaksandr Valialkin a49a50701a
lib/mergeset: do not panic on too long items passed to Table.AddItems()
Instead, log a sample of these long items once per 5 seconds into error log,
so users could notice and fix the issue with too long labels or too many labels.

Previously this panic could occur in production when ingesting samples with too long labels.
2024-02-12 19:32:18 +02:00
..
deployment Rootless docker images by default (#358) 2020-03-27 21:23:50 +02:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:01:32 -08:00
test Rename prom_writter.go to prom_writer.go (#5411) 2023-12-01 12:20:31 +01:00
testdata app/vmselect: properly calculate start param for queries with too big look-behind window (#5630) 2024-01-17 13:48:06 +01:00
main_test.go lib/mergeset: do not panic on too long items passed to Table.AddItems() 2024-02-12 19:32:18 +02:00
main.go all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
Makefile all: add Windows build for VictoriaMetrics 2023-03-19 01:36:51 -07:00
self_scraper.go app/victoria-metrics: properly send staleness markers on victoriametrics shutdown if -selfScrapeInterval > 0 2024-02-08 15:29:19 +02:00