Tagged by CORD Jenkins version-tag job: 3566, for Gerrit patchset: 17234
Release version 1.2.6

Change-Id: I7066ff338e6d57b254f81dba417ddd34a18cd818
1 file changed
tree: b92ea07b986f1ee60a42ee11b5a041fc17a1f71e
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. Dockerfile
  5. Gopkg.lock
  6. Gopkg.toml
  7. Makefile
  8. README.md
  9. VERSION
  10. common/
  11. config/
  12. main.go
  13. topic-exporter.go
  14. topic-listener.go
  15. 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": ""
           
            }
        }
    ]
}