Module: OpenTelemetry::SemConv::Incubating::GRAPHQL

Defined in:
lib/opentelemetry/semconv/incubating/graphql/attributes.rb

Attribute Names collapse

GRAPHQL_DOCUMENT =
Note:

Stability Level: development

The GraphQL document being executed.

The value may be sanitized to exclude sensitive information.

Examples:

Sample Values

query findBookById { bookById(id: ?) { name } }
'graphql.document'
GRAPHQL_OPERATION_NAME =
Note:

Stability Level: development

The name of the operation being executed.

Examples:

Sample Values

findBookById
'graphql.operation.name'
GRAPHQL_OPERATION_TYPE =
Note:

Stability Level: development

The type of the operation being executed.

Examples:

Sample Values

query
mutation
subscription
'graphql.operation.type'