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

Release 3.18.0 #546

Merged
merged 66 commits into from Aug 1, 2022
Merged

Release 3.18.0 #546

merged 66 commits into from Aug 1, 2022

Conversation

nr-swilloughby
Copy link
Contributor

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.

prashanthpai and others added 30 commits June 27, 2022 10:49
Users can now specify a skipper function which will be called by the
nrecho middleware to check if the middleware should be bypassed.

This is implemented along the lines of Skipper functionality provided by
middlewares in echo:
https://github.com/labstack/echo/blob/master/middleware/middleware.go#L15
https://github.com/labstack/echo/blob/master/middleware/logger.go#L110

Signed-off-by: Prashanth Pai <prashanth.pai@unacademy.com>
mirackara and others added 24 commits July 25, 2022 16:39
Logrus Logs in Context Support
CodeStream Integration Code-Level Metrics for Transactions
Harvest Limit Increase + Patch for DT Spans
clarified comment for txn.SetOption
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 4 committers have signed the CLA.

✅ iamemilio
✅ prashanthpai
✅ nr-swilloughby
❌ Mirac Kara


Mirac Kara seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@iamemilio iamemilio merged commit b580d7f into master Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants