Product
Hot Chocolate
Version
13.7.0
Link to minimal reproduction
open-telemetry/opentelemetry-dotnet#5026
Steps to reproduce
builder.AddInstrumentation(o =>
{
o.RenameRootActivity = true;
});
What is expected?
The root Activity to include the graphql operation
What is actually happening?
The root Activity contains only the default AspNetCore DisplayName
Relevant log output
No response
Additional context
This happens since OpenTelemetry.Instrumentation.AspNetCore 1.6.0-beta.3 because of this change open-telemetry/opentelemetry-dotnet#5026
Product
Hot Chocolate
Version
13.7.0
Link to minimal reproduction
open-telemetry/opentelemetry-dotnet#5026
Steps to reproduce
What is expected?
The root Activity to include the graphql operation
What is actually happening?
The root Activity contains only the default AspNetCore DisplayName
Relevant log output
No response
Additional context
This happens since
OpenTelemetry.Instrumentation.AspNetCore1.6.0-beta.3because of this change open-telemetry/opentelemetry-dotnet#5026