AddCustomTokenRequestValidator OpenTelemetry Invalid Parent Span #110
-
BFF version7.0.8 .NET version8.0.405 DescriptionWhen using opentelemetry along side jaeger, we are seeing the parent span get dropped and it doesnt matter whether or not we include all of the Duende instrumentation. Due to the above issue using code such as Reproduction stepsSetup a standard Duende Identity server setup where we use AddCustomTokenRequestValidator. Expected behaviorThe parent span is not missing or dropped. When all works well using code like Activity.Current?.AddTag can aid in debugging issues. LogsNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you please provide some more context? Is it inside your custom token request validator that the parent activity is lost? Is there a parent activity you've seen in our source code that should be there? |
Beta Was this translation helpful? Give feedback.
The cause was some custom logic to filter or hide some spans, closing this out.