opentelemetry-java-instrume.../instrumentation/graphql-java
Trask Stalnaker 1a506cb246
Document (and remove some) upper version test limits (#12945)
2024-12-27 08:54:10 -08:00
..
graphql-java-12.0 Document (and remove some) upper version test limits (#12945) 2024-12-27 08:54:10 -08:00
graphql-java-20.0 fix(deps): update errorproneversion to v2.33.0 (minor) (#12371) 2024-10-02 08:15:22 +03:00
graphql-java-common Statically import semconv constants in tests (#12575) 2024-11-06 08:17:57 -08:00
README.md Add GraphQL DataFetcher Instrumentation (#10998) 2024-05-16 15:32:03 -07:00

README.md

Settings for the GraphQL instrumentation

System property Type Default Description
otel.instrumentation.graphql.query-sanitizer.enabled Boolean true Whether to remove sensitive information from query source that is added as span attribute.

Settings for the GraphQL 20 instrumentation

System property Type Default Description
otel.instrumentation.graphql.data-fetcher.enabled Boolean false Whether to create spans for data fetchers.
otel.instrumentation.graphql.trivial-data-fetcher.enabled Boolean false Whether to create spans for trivial data fetchers. A trivial data fetcher is one that simply maps data from an object to a field.