I have metric data from collectD being written into Kafka topic continously in json format. I have to fetch that data and write the same into prometheus as metric for visualisation.
I was able to fetch the data from kafka, but not sure how to write the same as metrics in prometheus. Please share some insights on how can this be done.
Able to read messages from kafka, in json format.