hoptical / grafana-kafka-datasource

A Grafana datasource plugin for Apache Kafka
Apache License 2.0
37 stars 13 forks source link

Handle Messages with the specified format #5

Closed hoptical closed 2 years ago

hoptical commented 2 years ago

The plugin should read data and show it on the graph with the below format:

{
    "value1": 1.0,
    "value2": 2,
    "value3": 3.33,
    ...
}

So every value will be shown on the graph with its own line and legend.