VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 6721e47ae9 app: respect CPU limits set via cgroups
Update GOMAXPROCS to limits set via cgroups. This should reduce CPU trashing and reduce memory usage
for cases when VictoriaMetrics components run in containers with CPU limits.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/685
2020-08-11 23:01:03 +03:00
..
csvimport app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
deployment Rootless docker images by default (#358) 2020-03-27 21:18:32 +02:00
graphite app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
influx app/{vmagent,vminsert}: properly preserve db tag from query string passed to Influx line protocol query 2020-07-28 21:25:49 +03:00
netstorage app/vminsert: fix relabeling for metrics ingested via Influx line protocol 2020-07-23 13:25:37 +03:00
opentsdb app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
opentsdbhttp app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
prometheusimport app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
promremotewrite app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
relabel app/vminsert: export vm_relabel_metrics_dropped_total metric that shows the number of metrics dropped due to relabeling 2020-07-23 14:58:02 +03:00
vmimport app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
main.go app: respect CPU limits set via cgroups 2020-08-11 23:01:03 +03:00
Makefile app: remove duplicate *-pure makefile rules 2020-07-31 20:01:30 +03:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vminsert routes the ingested data to vmstorage nodes.