| Interface | Description |
|---|---|
| TracingSupport.TracingContext |
A simple object that you need to call
TracingSupport.TracingContext.onEnd() on |
| Class | Description |
|---|---|
| TracingInstrumentation |
This
Instrumentation implementation uses TracingSupport to
capture tracing information and puts it into the ExecutionResult |
| TracingSupport |
This creates a map of tracing information as outlined in https://github.com/apollographql/apollo-tracing
|