Hi all
Actually i'm working on kafka , prometheus and grafana . i was done with getting kafka data into Grafana but data was something like JVM ,usage details , and bytes out per topic but i was not able to collect my data which i am sending from kafka producer
the data which i'm sending
{ "id": "1", "message": "Some message 44" }
in this i got all the metrics from kafka
but i'm getting my actuall data and i don't know how to aquire my data from kafka producer
i hope it is understandable
please tell me the way to get the data
thank you