You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`otel.instrumentation.graphql.query-sanitizer.enabled`| Boolean |`true`| Whether to remove sensitive information from query source that is added as span attribute. |
6
6
|`otel.instrumentation.graphql.add-operation-name-to-span-name.enabled`| Boolean |`false`| Whether GraphQL operation name is added to the span name. <p>**WARNING**: GraphQL operation name is provided by the client and can have high cardinality. Use only when the server is not exposed to malicious clients. |
7
-
|`otel.instrumentation.graphql.caputure-query`| Boolean |`true`| Whether to capture the query in `graphql.document` span attribute. |
7
+
|`otel.instrumentation.graphql.capture-query`| Boolean |`true`| Whether to capture the query in `graphql.document` span attribute. |
Copy file name to clipboardExpand all lines: instrumentation/graphql-java/graphql-java-12.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/graphql/v12_0/GraphqlSingletons.java
Copy file name to clipboardExpand all lines: instrumentation/graphql-java/graphql-java-20.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/graphql/v20_0/GraphqlSingletons.java
0 commit comments