I'm tapping librdkafka metrics via the statistics callback, which works well.
Is there a way to customize the name of the producer, that is then returned from librdkafka to the stats_callback? By default, the metrics report rdkafka#producer-1, rdkafka#producer-2, and so on, so I wonder if it's currently possible to explicitly name these to something more meaningful, so that the metrics become more useful.
Hi, thanks for all your work on the library.
I'm tapping librdkafka metrics via the statistics callback, which works well.
Is there a way to customize the name of the producer, that is then returned from librdkafka to the stats_callback? By default, the metrics report
rdkafka#producer-1
,rdkafka#producer-2
, and so on, so I wonder if it's currently possible to explicitly name these to something more meaningful, so that the metrics become more useful.Thanks!