{
  "configurations": [
    {
      "declarative_name": "java.graphql.capture_query",
      "default": true,
      "description": "Whether to capture the query in `graphql.document` span attribute.",
      "name": "otel.instrumentation.graphql.capture-query",
      "type": "boolean"
    },
    {
      "declarative_name": "java.graphql.operation_name_in_span_name.enabled",
      "default": false,
      "description": "Whether GraphQL operation name is added to the span name. WARNING: The GraphQL operation name is provided by the client and can have high cardinality. Use only when the server is not exposed to malicious clients.",
      "name": "otel.instrumentation.graphql.operation-name-in-span-name.enabled",
      "type": "boolean"
    },
    {
      "declarative_name": "java.graphql.query_sanitization.enabled",
      "default": true,
      "description": "Enables sanitization of sensitive information from queries so they aren't added as span attributes.",
      "name": "otel.instrumentation.graphql.query-sanitization.enabled",
      "type": "boolean"
    }
  ],
  "description": "This instrumentation enables spans for GraphQL operations.",
  "display_name": "GraphQL Java",
  "has_javaagent": true,
  "has_standalone_library": true,
  "javaagent_target_versions": [
    "com.graphql-java:graphql-java:[12,20)"
  ],
  "library_link": "https://www.graphql-java.com/",
  "markdown_hash": "a6a4fce29908",
  "name": "graphql-java-12.0",
  "scope": {
    "name": "io.opentelemetry.graphql-java-12.0"
  },
  "semantic_conventions": [
    "GRAPHQL_SERVER_SPANS"
  ],
  "source_path": "instrumentation/graphql-java/graphql-java-12.0",
  "telemetry": [
    {
      "spans": [
        {
          "attributes": [
            {
              "name": "graphql.document",
              "type": "STRING"
            },
            {
              "name": "graphql.operation.name",
              "type": "STRING"
            },
            {
              "name": "graphql.operation.type",
              "type": "STRING"
            }
          ],
          "span_kind": "INTERNAL"
        }
      ],
      "when": "default"
    }
  ]
}