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
In #758 we're hoping to add distributed tracing for the event bus. However, we may want to take a first step of adding just enough information that we can manually step between producer and consumer traces. This might involve one of the following:
Adding DD_KAFKA_PROPAGATION_ENABLED on both sides (if it automatically enriches the kafka.produce and kafka.consume spans with enough info)
Adding message offset info (in a new span, via function_trace) to the producer side.
Neither of these would ensure we end up with both traces actually being sampled and indexed, but they might help in a debugging scenario.
The text was updated successfully, but these errors were encountered:
timmc-edx
changed the title
Add enough info to Kafka traces to allow manual connection of producer and consumer
Add bare minimum info to Kafka traces to allow manual debugging
Aug 7, 2024
In #758 we're hoping to add distributed tracing for the event bus. However, we may want to take a first step of adding just enough information that we can manually step between producer and consumer traces. This might involve one of the following:
DD_KAFKA_PROPAGATION_ENABLED
on both sides (if it automatically enriches thekafka.produce
andkafka.consume
spans with enough info)function_trace
) to the producer side.Neither of these would ensure we end up with both traces actually being sampled and indexed, but they might help in a debugging scenario.
The text was updated successfully, but these errors were encountered: