Interface DistributedTracePayload

  • All Superinterfaces:
    com.newrelic.api.agent.DistributedTracePayload
    All Known Implementing Classes:
    NoOpDistributedTracePayload

    @Deprecated
    public interface DistributedTracePayload
    extends com.newrelic.api.agent.DistributedTracePayload
    Deprecated.
    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.
    Payload used to connect two services in a distributed system.
    • Method Detail

      • text

        java.lang.String text()
        Deprecated.
        Specified by:
        text in interface com.newrelic.api.agent.DistributedTracePayload
      • httpSafe

        java.lang.String httpSafe()
        Deprecated.
        Specified by:
        httpSafe in interface com.newrelic.api.agent.DistributedTracePayload