Interface and Description |
---|
com.newrelic.api.agent.DistributedTracePayload
Instead, use the Distributed Tracing API
Transaction.insertDistributedTraceHeaders(Headers) to create a
distributed tracing payload and Transaction.acceptDistributedTraceHeaders(TransportType, Headers) to link the services
together. |
com.newrelic.api.agent.MethodTracer |
com.newrelic.api.agent.MethodTracerFactory |
com.newrelic.api.agent.Request
since 3.21.0; use
ExtendedRequest instead. |
com.newrelic.api.agent.Response
since 3.41.0; use
ExtendedResponse instead. |
Field and Description |
---|
com.newrelic.api.agent.Trace.NULL
No replacement. Do not use this.
|
Annotation Type Element and Description |
---|
com.newrelic.api.agent.Trace.skipTransactionTrace
Use (
Trace.excludeFromTransactionTrace() ) instead. |
com.newrelic.api.agent.Trace.tracerFactoryName
Do not use.
|