You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
..code:: python
22
22
23
-
from opentelemetry.instrumentation.confluentkafka import ConfluentKafkaInstrumentor
23
+
from opentelemetry.instrumentation.confluent_kafka import ConfluentKafkaInstrumentor
0 commit comments