Skip to content

RenameRootActivity not working anymore #6862

@glucaci

Description

@glucaci

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions