Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

build(deps): bump github.com/newrelic/go-agent/v3 from 3.15.2 to 3.16.0 #13

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2022

Bumps github.com/newrelic/go-agent/v3 from 3.15.2 to 3.16.0.

Release notes

Sourced from github.com/newrelic/go-agent/v3's releases.

Release v3.16.0

3.16.0

Added

  • Distributed Tracing is now the default mode of operation. It may be disabled by user configuration if so desired. [PR #495](newrelic/go-agent#495)
    • To disable DT, add newrelic.ConfigDistributedTracerEnabled(false) to your application configuration.
    • To change the reservoir limit for how many span events are to be collected per harvest cycle from the default, add newrelic.ConfigDistributedTracerReservoirLimit(newlimit) to your application configuration.
    • The reservoir limit's default was increased from 1000 to 2000.
    • The maximum reservoir limit supported is 10,000.
  • Note that Cross Application Tracing is now deprecated.
  • Added support for gathering memory statistics via PhysicalMemoryBytes functions for OpenBSD.

Fixed

  • Corrected some example code to be cleaner.
  • Updated version of nats-streaming-server. [PR #458](newrelic/go-agent#458)
  • Correction to nrpkgerrors so that nrpkgerrors.Wrap now checks if the error it is passed has attributes, and if it does, copies them into the New Relic error it creates. This fixes [issue #409](newrelic/go-agent#409) via [PR #441](newrelic/go-agent#441).
    • This increments the nrpkgerrors version to v1.1.0.

Support Statement

New Relic recommends that you upgrade the agent regularly to ensure that you’re getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

Changelog

Sourced from github.com/newrelic/go-agent/v3's changelog.

3.16.0

Added

  • Distributed Tracing is now the default mode of operation. It may be disabled by user configuration if so desired. [PR #495](newrelic/go-agent#495)
    • To disable DT, add newrelic.ConfigDistributedTracerEnabled(false) to your application configuration.
    • To change the reservoir limit for how many span events are to be collected per harvest cycle from the default, add newrelic.ConfigDistributedTracerReservoirLimit(newlimit) to your application configuration.
    • The reservoir limit's default was increased from 1000 to 2000.
    • The maximum reservoir limit supported is 10,000.
  • Note that Cross Application Tracing is now deprecated.
  • Added support for gathering memory statistics via PhysicalMemoryBytes functions for OpenBSD.

Fixed

  • Corrected some example code to be cleaner.
  • Updated version of nats-streaming-server. [PR #458](newrelic/go-agent#458)
  • Correction to nrpkgerrors so that nrpkgerrors.Wrap now checks if the error it is passed has attributes, and if it does, copies them into the New Relic error it creates. This fixes [issue #409](newrelic/go-agent#409) via [PR #441](newrelic/go-agent#441).
    • This increments the nrpkgerrors version to v1.1.0.

Support Statement

New Relic recommends that you upgrade the agent regularly to ensure that you’re getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.

Commits
  • 41d47c0 Merge pull request #497 from newrelic/develop
  • beddbb2 Merge pull request #498 from nr-swilloughby/release_3_16_0_addendum
  • f9ca472 added line to changelog
  • fbc1203 Merge pull request #496 from nr-swilloughby/release_3_16_0
  • 86338ab Merge pull request #495 from nr-swilloughby/dt_by_default_reservoir_size
  • a08d833 fixed nrgrpc and nrsqlite3 examples
  • c2426df updated nrredis example
  • 88c21ac updated changelog
  • 6e2340a Merge branch 'release_3_16_0' of github.com:nr-swilloughby/go-agent into rele...
  • feb7843 updated nrpkgerrors version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.15.2 to 3.16.0.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](newrelic/go-agent@v3.15.2...v3.16.0)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 20, 2022
@dependabot dependabot bot requested a review from rustatian May 20, 2022 08:39
@rustatian rustatian merged commit 8029d8f into master May 20, 2022
@rustatian rustatian deleted the dependabot/go_modules/github.com/newrelic/go-agent/v3-3.16.0 branch May 20, 2022 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
No open projects
Archived in project
1 participant