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
+22-21
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
# limitations under the License.
14
14
15
15
"""
16
-
Instrument `confluent-kafka-python` to report instrumentation-confluent-kafka produced and consumed messages
16
+
Instrument confluent-kafka-python to report instrumentation-confluent-kafka produced and consumed messages
17
17
18
18
Usage
19
19
-----
20
20
21
-
..code:: python
21
+
..code-block:: python
22
22
23
23
from opentelemetry.instrumentation.confluent_kafka import ConfluentKafkaInstrumentor
0 commit comments