Isilon / isilon_data_insights_connector

Connector to fetch stats from OneFS and push them to InfluxDB/Grafana
MIT License
76 stars 36 forks source link

easily swap back ends? #75

Closed jjprachyl closed 3 years ago

jjprachyl commented 5 years ago

Can I swap out influx for prometheus?

tenortim commented 4 years ago

Hi @jjprachyl, the way the collector is coded, it is designed to allow pluggable back ends but the only supported back end in the current codebase is InfluxDB. To support Prometheus, a new back end plugin would need to be developed. I am definitely interested in Prometheus, but I haven't made time to investigate properly yet.

So the answer is that the collector is designed to allow pluggable back ends but somebody needs to write one for Prometheus.

tenortim commented 3 years ago

I just merged Prometheus support. Many thanks to @bernd-reize for doing the work!