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
|`enabled`|`DD_TRACE_KARAFKA_ENABLED`|`Bool`| Specifies whether the integration should create spans. |`true`|
1164
+
|`distributed_tracing`||`Bool`| Enables [distributed tracing](#distributed-tracing) (when iterating through the kafka messages, each of the messages' traces will be resumed for the duration of the block). |`false`|
1165
+
1166
+
### WaterDrop
1167
+
1168
+
The WaterDrop integration provides tracing of the `waterdrop` gem (a dependency of `karafka`, but also can be used standalone).
1169
+
1170
+
This integration is automatically activated with the Karafka framework. If you're not using Karafka (e.g.: your app _produce_ messages for a different app _consume_), enable it through `Datadog.configure`:
|`enabled`|`DD_TRACE_WATERDROP_ENABLED`|`Bool`| Specifies whether the integration should create spans. |`true`|
1186
+
|`distributed_tracing`||`Bool`| Enables [distributed tracing](#distributed-tracing) (the trace context will be injected onto the produced messages). |`false`|
0 commit comments