You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use attributes defined in opentelemetry's semconv
* stop setting span attribute `component`, as that's been deprecated
* fixesstrawberry-graphql#3769
* use attributes defined in opentelemetry's semconv
* stop setting span attribute `component`, as that's been deprecated
* fixesstrawberry-graphql#3769
Feature Request Type
Description
This blob:
strawberry/strawberry/extensions/tracing/opentelemetry.py
Lines 53 to 68 in 2d4234a
should probably use
graphql.document
,graphql.operation.name
, andgraphql.operation.type
, as suggested by upstream: https://opentelemetry.io/docs/specs/semconv/attributes-registry/graphql/it also appears
component
has been deprecated: open-telemetry/opentelemetry-specification#271need to know:
graphql.operation.name
?)The text was updated successfully, but these errors were encountered: