-
Interfaces Interface Description com.newrelic.agent.bridge.datastore.QueryConverter com.newrelic.agent.bridge.DistributedTracePayload Instead, use the Distributed Tracing APITransaction.insertDistributedTraceHeaders(Headers)to create a distributed tracing payload andTransaction.acceptDistributedTraceHeaders(TransportType, Headers)to link the services together.com.newrelic.agent.bridge.external.ExternalParameters com.newrelic.agent.bridge.Token com.newrelic.agent.bridge.TracedActivity Do not use. UseSegmentinstead. Note: TracedActivity has been exposed on the public api asSegment. Consider usingSegmentinstead. A timed activity for a transaction. This activity will appear as a transaction trace segment, but will not have any children and may be reported as asynchronous. The exclusive time of this activity is the time between the calls toTransaction.createAndStartTracedActivity()and (TracedActivity.finish()orTracedActivity.finish(Throwable t)).