Aliaksandr Valialkin
|
7aea5f58c4
|
lib/ingestserver: properly close incoming connections during graceful shutdown
|
2021-05-08 19:52:58 +03:00 |
|
Nikolay
|
18cfc4be7b
|
Adds udp6 support for ingest servers (#1134)
with flag -enableUDP6 https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1131
|
2021-03-17 00:03:06 +02:00 |
|
Aliaksandr Valialkin
|
4146fc4668
|
all: properly handle CPU limits set on the host system/container
This can reduce memory usage on systems with enabled CPU limits.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/946
|
2020-12-08 21:07:29 +02:00 |
|
Aliaksandr Valialkin
|
56ccfa5218
|
all: use errors.As instead of type assertion for detecting net.Error
|
2020-07-01 00:15:34 +03:00 |
|
Aliaksandr Valialkin
|
6386aeb1e0
|
app/vmagent: add ability to accept Influx line protocol data via TCP and UDP
Just set `-influxListenAddr` command-line flag
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/333
|
2020-02-25 19:12:49 +02:00 |
|
Aliaksandr Valialkin
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|