mqtt2prometheus
mqtt2prometheus copied to clipboard
Can the exporter also track message sizes?
trafficstars
All of the documentation revolves around extracting values from inside of the messages, but for one of my metrics I'd like to visualize message throughput in KB/s. Overall message frequency is possible with mqtt2prometheus_received_messages_total which is exported by default.
Do any of you know if one can maybe engineer the mqtt2prometheus config file to output message size?