Skip to content

Commit

Permalink
Merge pull request #600 from go-agent/mongo-changelog
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 44f6004 + 42f5275 commit 8cfa6cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### New Features

* Added support for monitoring [MongoDB](https://github.com/mongodb/mongo-go-driver/) queries with the new
[_integrations/nrmongo](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrmongo)
package.

* [Example application](https://github.com/newrelic/go-agent/blob/master/_integrations/nrmongo/example/main.go)
* [Full godocs Documentation](https://godoc.org/github.com/newrelic/go-agent/_integrations/nrmongo)

* Added new method `Transaction.IsSampled()` that returns a boolean that
indicates if the transaction is sampled. A sampled transaction records a
span event for each segment. Distributed tracing must be enabled for
Expand Down

0 comments on commit 8cfa6cc

Please sign in to comment.