Clone this repo:
  1. c71914f [VOL-4663] create voltha event topic (voltha.events) with conifgurable no of partitions and replication factor by kesavand · 2 years, 1 month ago master v2.0.1
  2. 764f1ed Updating to latest protos and device-management interface, releasing 2.0 by Andrea Campanella · 2 years, 1 month ago v2.0.0
  3. 0c06492 VOL-3705 Create option in kafka-topic-export to report ONU serial no in metrics in Hex format instead of ASCII chars by kesavand · 3 years, 4 months ago
  4. 2cde658 [VOL-3255] enhancement to support device metrics by kesavand · 3 years, 10 months ago
  5. 6753e5e SEBA-973 Update kafka topic exporter to support voltha 2.0 KPI2 event types by kesavand · 4 years ago

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": ""
           
            }
        }
    ]
}