github.com/newrelic/go-agent@v3.26.0+incompatible/_integrations/nrb3/nrb3_doc.go (about)

     1  // Copyright 2020 New Relic Corporation. All rights reserved.
     2  // SPDX-License-Identifier: Apache-2.0
     3  
     4  // Package nrb3 supports adding B3 headers to outgoing requests.
     5  //
     6  // When using the New Relic Go Agent, use this package if you want to add B3
     7  // headers ("X-B3-TraceId", etc., see
     8  // https://github.com/openzipkin/b3-propagation) to outgoing requests.
     9  //
    10  // Distributed tracing must be enabled
    11  // (https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/enable-configure/enable-distributed-tracing)
    12  // for B3 headers to be added properly.
    13  package nrb3