Open sco11morgan opened 5 months ago
@sco11morgan Thanks for the report! Sorry for getting back to you late.
From a quick look, to me, it looks like distributed tracing is attempting to propagate trace IDs, but since tracing is disabled, the trace ID is nil
, which causes the computation to fail.
It also looks like we merged (what could be) a fix to this in our master
branch for our 2.x series via #3730, possibly in response to this report. Maybe we just need to backport this to 1.x? @TonyCTHsu @marcotc WDYT?
I'm having this issue while using version 1.23. We do slow upgrades, so it would be nice if guys could backport it
I, too, would love to see a backport to the 1.x series @TonyCTHsu @marcotc
Current behaviour
GRPC integration logging error even when tracing is disabled. These errors are logged locally when running tests with tracing disabled.
Expected behaviour
With tracing is disabled we'd expect no error logged.
As a workaround we are explicitly skipping the integration with
and that stops the errors from showing.
Environment
Configuration block (
Datadog.configure ...
):