public static class TracingInstrumentation.Options
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TracingInstrumentation.Options |
includeTrivialDataFetchers(boolean flag)
By default trivial data fetchers (those that simple pull data from an object into field) are included
in tracing but you can control this behavior.
|
boolean |
isIncludeTrivialDataFetchers() |
static TracingInstrumentation.Options |
newOptions() |
public boolean isIncludeTrivialDataFetchers()
public TracingInstrumentation.Options includeTrivialDataFetchers(boolean flag)
flag
- the flag on whether to trace trivial data fetcherspublic static TracingInstrumentation.Options newOptions()