Skip to content

Commit bac7dfc

Browse files
fix line length
1 parent 8c03d7a commit bac7dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddtrace/contrib/_kafka.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
5151
Pin.override(confluent_kafka, service="custom-service-name")
5252
53-
**Note**: `Data Streams Monitoring <https://docs.datadoghq.com/data_streams/>`_ (``DD_DATA_STREAMS_ENABLED=true``) or distributed tracing (``DD_KAFKA_PROPAGATION_ENABLED=true``)
54-
will only work if Kafka message headers are supported.
53+
**Note**: `Data Streams Monitoring <https://docs.datadoghq.com/data_streams/>`_ (``DD_DATA_STREAMS_ENABLED=true``) or
54+
distributed tracing (``DD_KAFKA_PROPAGATION_ENABLED=true``) will only work if Kafka message headers are supported.
5555
If `log.message.format.version` is set in the Kafka broker configuration, it must be set to `0.11.0.0` or higher.
5656
"""

0 commit comments

Comments
 (0)