Skip to content

Listen to events in kafka and make them available to prometheus

Notifications You must be signed in to change notification settings

utkarshadeshmukh05/kafka-topic-exporter

 
 

Repository files navigation

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

About

Listen to events in kafka and make them available to prometheus

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.3%
  • Makefile 3.3%
  • Dockerfile 1.4%