I have followed all the steps in https://wiki.onosproject.org/display/ONOS/InfluxDB+Report+and+Query+Application , but I can't integrate ONOS with InfluxDB.
After configuring all that's in the documentation, I execute "SHOW MEASUREMENTS" in InfluxDB and nothing is showing, because the database I created is empty, ONOS does not publish the metrics in it.
Is there anything any configuration file I must edit in order to run correctly?
Thank you so much for your help.
I tried the documentation, it has some missing information. Here is what i did:
My OS is Ubuntu:
I've installed influxdb version 0.10.0
Create onos database on influx
Now, influxdb is ready. Then, I installed ONOS 1.10.2:
After getting ONOS console install influxdb feature: (this is missed in documentation)
Activate application
Last trick, default influxdb address is localhost and it causes parsing errors, you can set this value to 127.0.0.1
You can tail the karaf.log to control if an error occurs during these steps. After few seconds, here is the query result
Hope this helps.