opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

Update GraphQL semantics

Open RassK opened this issue 1 year ago • 2 comments

Why

Fixes #494 Fixes #384

What

Updates existing GraphQL instrumentation based on opentelemetry GraphQL specification.

Tests

Existing.

RassK avatar Sep 13 '22 11:09 RassK

image

Requested in SIG. Here you can see overview of the tags.

Here is ASP.NET Core for comparison. (Tags style from SDK) image

RassK avatar Sep 15 '22 10:09 RassK

  1. language should be removed. see: sdk.language in OTel spec
  2. component should be removed. otel.library.name is for that
  3. resource.name should be removed/changed - graphql.operation.type is for that

pellared avatar Sep 15 '22 11:09 pellared

I updated the CHANGELOG.md.

pellared avatar Sep 21 '22 07:09 pellared