Interface and Description |
---|
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. |
Method and Description |
---|
com.newrelic.api.agent.Transaction.getLastTracer() |
com.newrelic.api.agent.Transaction.getRequestMetadata()
Instead, use the Distributed Tracing API
Transaction.createDistributedTracePayload() to create a distributed tracing payload
and Transaction.acceptDistributedTracePayload(DistributedTracePayload) to link the services together. |
com.newrelic.api.agent.Transaction.getResponseMetadata()
Instead, use the Distributed Tracing API. There is no equivalent of this method in Distributed Tracing.
|
com.newrelic.api.agent.Transaction.processRequestMetadata(String)
Instead, use the Distributed Tracing API
Transaction.createDistributedTracePayload() to create a distributed tracing payload
and Transaction.acceptDistributedTracePayload(DistributedTracePayload) to link the services together. |
com.newrelic.api.agent.Transaction.processResponseMetadata(String)
Instead, use the Distributed Tracing API. There is no equivalent of this method in Distributed Tracing.
|
com.newrelic.api.agent.Transaction.processResponseMetadata(String, URI)
Instead, use the Distributed Tracing API. There is no equivalent of this method in Distributed Tracing.
|
Annotation Type Element and Description |
---|
com.newrelic.api.agent.Trace.skipTransactionTrace
Use (
Trace.excludeFromTransactionTrace() ) instead. |
com.newrelic.api.agent.Trace.tracerFactoryName
Do not use.
|