oslabs-beta / kubermetrics

193 stars 33 forks source link

Add support for VictoriaMetrics #32

Open valyala opened 3 years ago

valyala commented 3 years ago

It would be great if kubermetrics could use VictoriaMetrics additionally to Prometheus for collecting the metrics from Kubernetes. VictoriaMetrics can discover and scrape Prometheus targets in k8s. See these docs. Comparing to Prometheus, VictoriaMetrics usually needs lower amount of memory and disk space for storing and processing the same amounts of data - see this article.