Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 665 Bytes

File metadata and controls

32 lines (22 loc) · 665 Bytes

Graphql Attributes

Stable Attributes

graphql.operation.name

The name of the operation being executed.

Property Value
Type string
Has PII maybe
Exists in OpenTelemetry Yes
Example findBookById

graphql.operation.type

The type of the operation being executed.

Property Value
Type string
Has PII maybe
Exists in OpenTelemetry Yes
Example query