Class GraphqlIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.GraphqlIncubatingAttributes

public final class GraphqlIncubatingAttributes extends Object
  • Field Details

    • GRAPHQL_DOCUMENT

      public static final io.opentelemetry.api.common.AttributeKey<String> GRAPHQL_DOCUMENT
      The GraphQL document being executed.

      Notes:

      The value may be sanitized to exclude sensitive information.

    • GRAPHQL_OPERATION_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> GRAPHQL_OPERATION_NAME
      The name of the operation being executed.
    • GRAPHQL_OPERATION_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> GRAPHQL_OPERATION_TYPE
      The type of the operation being executed.