Tagged by CORD Jenkins version-tag job: 2179, for Gerrit patchset: 14823
SEBA-802 omci-test-result-support-in-exporter

Change-Id: Ib168b2c2f5e6dbe521ea94472869f1daeb2c9461
4 files changed
tree: e5ffc98a56ad70ba03941d77f816cf19540fe787
  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": ""
           
            }
        }
    ]
}