cblomart / vsphere-graphite

VMware vSphere stats to storage backends as graphite, influxdb, elasticsearch or prometheus
MIT License
62 stars 21 forks source link

Gathering of concatenated performances (e.g. datastore metrics) #24

Open dominikduennebacke opened 6 years ago

dominikduennebacke commented 6 years ago

As previously mentioned in #22 I would like to ask for support to gather concatenated performances such as datastore or cluster metrics that are only generated every 5 minutes.

Currently vsphere-graphite does gather performances from real time metrics (sampling every 20s). The question is how to handle collection that would generate data on a lower rate that realtime (datastore, cluster and other "conceptual" metrics)

I'd suggest to provide the values of concatenated metrics together with the realtime metrics to graphite. That way realtime metrics in graphite will change every 20s whereas concatenated values will change every 5 minutes.

cblomart commented 5 years ago

This means doing request every minuts for the last 5 minuts metrics...