Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/newrelic/go-agent/v3 from 3.17.0 to 3.18.0 #41

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

Bumps github.com/newrelic/go-agent/v3 from 3.17.0 to 3.18.0.

Release notes

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

Release v3.18.0

3.18.0

Added

  • Code-Level Metrics are now available for instrumented transactions. This is off by default but once enabled via ConfigCodeLevelMetricsEnabled(true) transactions will include information about the location in the source code where StartTransaction was invoked.
    • Adds information about where in your source code transaction traces originated.
    • See the Go Agent documentation for details on configuring Code-Level Metrics and how to instrument your code using them.
  • New V2 logs in context plugin is available for Logrus, packed with all the features you didn't know you wanted:
    • Automatic Log Forwarding
    • Log Metrics
    • Capture logs anywhere in your code; both inside or outside of a transaction.
    • Use the Logrus formatting package of your choice
    • Local Log Decorating is now available for the new logcontext-v2/nrlogrus plugin only. This is off by default but can be enabled with ConfigAppLogForwardingEnabled(true).

Fixed

  • Fixed issue with custom event limits and number of DT Spans to more accurately follow configured limits.

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.

  • Note that the oldest supported version of the Go Agent is 3.6.0.
Changelog

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

3.18.0

Added

  • Code-Level Metrics are now available for instrumented transactions. This is off by default but once enabled via ConfigCodeLevelMetricsEnabled(true) transactions will include information about the location in the source code where StartTransaction was invoked.
    • Adds information about where in your source code transaction traces originated.
    • See the Go Agent documentation for details on configuring Code-Level Metrics and how to instrument your code using them.
  • New V2 logs in context plugin is available for Logrus, packed with all the features you didn't know you wanted:
    • Automatic Log Forwarding
    • Log Metrics
    • Capture logs anywhere in your code; both inside or outside of a transaction.
    • Use the Logrus formatting package of your choice
    • Local Log Decorating is now available for the new logcontext-v2/nrlogrus plugin only. This is off by default but can be enabled with ConfigAppLogForwardingEnabled(true).

Fixed

  • Fixed issue with custom event limits and number of DT Spans to more accurately follow configured limits.

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.

  • Note that the oldest supported version of the Go Agent is 3.6.0.
Commits
  • b580d7f Merge pull request #546 from newrelic/develop
  • dfb5698 Merge pull request #545 from nr-swilloughby/tweak_3_18_relnotes_again
  • 1a0ab33 updated changelog CodeStream note
  • 167f21b Merge pull request #544 from nr-swilloughby/tweak_3_18_0_release
  • 98e056c updated changelog
  • dbbf46a Merge pull request #543 from nr-swilloughby/clm-update
  • eaaf111 Merge pull request #540 from mirackara/customeventlimitincrease
  • 9157849 clarified comment for txn.SetOption
  • c9d5980 Merge pull request #542 from nr-swilloughby/release_3_18_0
  • bbde81d Merge pull request #541 from nr-swilloughby/clm
  • 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.17.0 to 3.18.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.17.0...v3.18.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 the chore Simple dependency updates or version bumps label Aug 2, 2022
@dependabot dependabot bot requested a review from mrz1836 August 2, 2022 10:06
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot pull request

@mergify mergify bot merged commit df51b62 into master Aug 2, 2022
@mergify mergify bot deleted the dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.18.0 branch August 2, 2022 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Simple dependency updates or version bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant