Exporting PPPoE stats from ONOS

Change-Id: I031b9e747e77ecf4220238c0f27d7618851da7e0
4 files changed
tree: db08531f3e1a5c1452bacd89d30fa34139b124ae
  1. .gitignore
  2. .gitreview
  3. Dockerfile
  4. Gopkg.lock
  5. Gopkg.toml
  6. Makefile
  7. README.md
  8. VERSION
  9. common/
  10. config/
  11. main.go
  12. topic-exporter.go
  13. topic-listener.go
  14. types.go
README.md

Kafka topic exported

Expected format

{
    "type": "slice",
    "ts": 1536617075.762331,
    "slice_data": [
        {
            "metrics": {
                "deferreds": 119.0,
                "rss-mb": 106.0
            },
            "metadata": {
                "logical_device_id": "",
                "title": "voltha.internal",
                "serial_no": "",
                "ts": 1536617075.762331,
                "context": {
                    "instance_id": "vcore-0"
                },     "device_id": ""
           
            }
        }
    ]
}