-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
In my profiling of a prod system, I'm seeing fairly large amount of time is used to do metrics related things (all the parts that is left of the hovered method in the screenshot) in producer's sender.

I'm wondering if there is anyway to disable that? Seems like the metrics is always created here:
kafka-python/kafka/producer/kafka.py
Line 405 in 2966a8e
self._metrics = Metrics(metric_config, reporters) |
Metadata
Metadata
Assignees
Labels
No labels