opentelemetry-java-instrume.../instrumentation/graphql-java
Lauri Tulmin 45bfd3294c
Remove unneeded span status extractor (#12182)
2024-09-06 21:32:53 +03:00
..
graphql-java-12.0 config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00
graphql-java-20.0 Remove unneeded span status extractor (#12182) 2024-09-06 21:32:53 +03:00
graphql-java-common Add GraphQL DataFetcher Instrumentation (#10998) 2024-05-16 15:32:03 -07: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.