VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 70bb0d2708
vmalert: add flag for disabling long-lived connections (keepalive) (#2395)
The new flag `datasource.disableKeepAlive` allows disabling keepalive
connections. This may be useful if there are multiple datasource
replicas (e.g. vmselects) behind the HTTP balancer to avoid uneven
load spread because of long-lived connections.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-04-04 12:59:04 +03:00
..
datasource.go Vmalert compliance 2 (#2340) 2022-03-29 15:09:07 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go vmalert: add flag for disabling long-lived connections (keepalive) (#2395) 2022-04-04 12:59:04 +03:00
type.go app/vmalert/datasource: use plain string literals instead of constants 2021-11-05 19:57:47 +02:00
vm.go Vmalert compliance 2 (#2340) 2022-03-29 15:09:07 +02:00
vm_graphite_api.go vmalert: introduce additional HTTP URL params per-group configuration (#1892) 2021-12-02 14:45:08 +02:00
vm_prom_api.go Vmalert compliance improvements (#2320) 2022-03-15 11:54:53 +00:00
vm_test.go Vmalert compliance 2 (#2340) 2022-03-29 15:09:07 +02:00