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

Add synthetics info header #2203

Merged
merged 17 commits into from Sep 26, 2023
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,12 +2,17 @@

## dev

Version <dev> brings support for gleaning a Docker container id from cgroups v2 based containers.
Version <dev> brings support for gleaning a Docker container id from cgroups v2 based containers and records additional synthetics attributes.

- **Feature: Enhance Docker container id reporting**

Previously, the agent was only capable of determining a host Docker container's ID if the container was based on cgroups v1. Now, containers based on cgroups v2 will also have their container IDs reported to New Relic. [PR#2229](https://github.com/newrelic/newrelic-ruby-agent/issues/2229).

- **Feature: Updates events with additional synthetics attributes when available**
tannalynn marked this conversation as resolved.
Show resolved Hide resolved

The agent will now record additional synthetics attributes on synthetics events if these attributes are available. [PR#2203](https://github.com/newrelic/newrelic-ruby-agent/pull/2203)


## v9.5.0

Version 9.5.0 introduces Stripe instrumentation, allows the agent to record additional response information on a transaction when middleware instrumentation is disabled, introduces new `:'sidekiq.args.include'` and `:'sidekiq.args.exclude:` configuration options to permit capturing only certain Sidekiq job arguments, updates Elasticsearch datastore instance metrics, and fixes a bug in `NewRelic::Rack::AgentHooks.needed?`.
Expand Down