Jonas Kunz 9f11c4a36a Fix testIndy on main (#11582) 9 месяцев назад
..
graphql-java-12.0 a3a572540e Add instrumentation for graphql 20 that does not use deprecated methods (#10779) 1 год назад
graphql-java-20.0 9f11c4a36a Fix testIndy on main (#11582) 9 месяцев назад
graphql-java-common 692739a364 Add GraphQL DataFetcher Instrumentation (#10998) 9 месяцев назад
README.md 692739a364 Add GraphQL DataFetcher Instrumentation (#10998) 9 месяцев назад

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.