Class GraphqlIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.GraphqlIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The GraphQL document being executed.static final io.opentelemetry.api.common.AttributeKey<String>The name of the operation being executed.static final io.opentelemetry.api.common.AttributeKey<String>The type of the operation being executed. -
Method Summary
-
Field Details
-
GRAPHQL_DOCUMENT
The GraphQL document being executed.Notes:
The value may be sanitized to exclude sensitive information.
-
GRAPHQL_OPERATION_NAME
The name of the operation being executed. -
GRAPHQL_OPERATION_TYPE
The type of the operation being executed.
-