Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Export Metrics to Third-party System

If you already have your own monitoring system, you may want to export ONOS control metrics to third-party system. 
ONOS provides two ways to support metrics export.

The first way is pull based approach with which you need to periodically pull the control metrics from your system through ONOS REST API.
The detailed REST API can be referred from this link.

The second way is push based approach with which ONOS periodically report a set of control metrics to predefined third-party system.
By far, ONOS supports three systems and those are InfluxDB, ganglia and graphite monitoring system.TBD

Appendix