Oxalide / vsphere-influxdb-go

Collect VMware vSphere, vCenter and ESXi performance metrics and send them to InfluxDB
GNU General Public License v3.0
216 stars 61 forks source link

Add support for VictoriaMetrics as metrics backend additionally to InfluxDB #106

Open valyala opened 3 years ago

valyala commented 3 years ago

VictoriaMetrics supports Influx line protocol for data ingestion - see these docs, while it requires lower amounts of compute resources (RAM, CPU, disk space, disk IO) compared to InfluxDB - see these benchmarks and these case studies. So it would be great adding VictoriaMetrics into the supported metrics backends for vsphere-influxdb-go.