![](https://secure.gravatar.com/avatar/d6b4ac117cfec478b373fbf52969c349.jpg?s=120&d=mm&r=g)
Hi Edvinas
The first way I thought of, off the top of my head, is to use CollectD (with the curl_json module) to poll the Observium API and feed the necessary data into InfluxDB. From what I can see though, the Observium database doesn’t store metrics and leaves that entirely to RRD (understandably).
For pulling in existing metrics, I believe you could use a Graphite datasource (Graphite can supposedly read RRD’s – I’ve never used Graphite myself). There is also this project which may help:
https://github.com/doublemarket/grafana-rrd-server
* Jacob Bisby
From: observium observium-bounces@observium.org On Behalf Of Edvinas K Sent: Tuesday, 8 May 2018 4:55 PM To: Observium observium@observium.org Subject: [Observium] exporting info to grafana dashboard
Hello,
We need to reuse Observium data and to draw a interface traffic graphs in Grafana dashboard.
Since Observium doesnt support exportation to Influxdb - is there are any other ways to export to Grafana Board ?
Thanks