Skip to content

Commit

Permalink
Merge pull request #601 from go-agent/jvarney-patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
newrelic-eheinlein authored and GitHub Enterprise committed Oct 24, 2019
2 parents 8cfa6cc + 04af5d3 commit 4cc5ec1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ package.
indicates if the transaction is sampled. A sampled transaction records a
span event for each segment. Distributed tracing must be enabled for
transactions to be sampled. `false` is returned if the transaction has
finished.
finished. This sampling flag is needed for B3 trace propagation and
future support of W3C Trace Context.

* Added support for adding [B3
Headers](https://github.com/openzipkin/b3-propagation) to outgoing requests.
This is helpful if the service you are calling uses B3 for trace state
propagation (for example, it uses Zipkin instrumentation). You can use the
new
[`nrb3`](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrb3)
[_integrations/nrb3](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrb3)
package's
[`NewRoundTripper`](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrb3#NewRoundTripper)
[`nrb3.NewRoundTripper`](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrb3#NewRoundTripper)
like this:

```go
Expand Down

0 comments on commit 4cc5ec1

Please sign in to comment.