* GraphQL Java Initial Commit * [WIP] First steps for GraphQL instrumentation, totally not ready [skip ci] * GraphQL Java instrumentation * address review comments * Apply suggestions from code review Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> * review feedback * scope handling * Apply suggestions from code review Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * use spotless:off * trigger build * review comments Co-authored-by: Jordie <xd@jrdie.nl> Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle.kts |
README.md
Settings for the GraphQL instrumentation
System property | Type | Default | Description |
---|---|---|---|
otel.instrumentation.graphql.experimental-span-attributes |
Boolean | false |
Enable the capture of experimental span attributes. |
otel.instrumentation.graphql.query-sanitizer.enabled |
Boolean | true |
Whether to remove sensitive information from query source that is added as span attribute. |