Updating to latest protos and device-management interface, releasing 2.0

Change-Id: I2d2ebf5b305d6d06b8d01c49d4d67e7ff050f5d4
635 files changed
tree: 4f09a410d5b733303bcce59946996b1651fc7419
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. Dockerfile
  5. Makefile
  6. README.md
  7. VERSION
  8. common/
  9. config/
  10. go.mod
  11. go.sum
  12. main.go
  13. topic-exporter.go
  14. topic-listener.go
  15. types.go
  16. utils/
  17. vendor/
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": ""
           
            }
        }
    ]
}