mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump newrelic from 6.8.1.164 to 7.16.0.178 #8093

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps newrelic from 6.8.1.164 to 7.16.0.178.

Release notes

Sourced from newrelic's releases.

v7.16.0.178

Notes: This release of the Python agent enables log forwarding to New Relic by default. It also addresses a bug related to compressed bytes calculations and adds a new top level data usage supportability metric to the agent. Install the agent using easy_install/pip/distribute via the Python Package Index or download it directly from the New Relic download site.

New features:

  • APM logs in context

Automatic application log forwarding is now enabled by default. This version of the agent will automatically send enriched application logs to New Relic. To learn more about about this feature, see the APM logs in context documentation. For additional configuration options, see the Python logs in context documentation. To learn about how to toggle log ingestion on or off by account, see our documentation to disable automatic logging via the UI or API.

  • Top level aggregated data usage supportability metric

The agent now reports a top level data usage supportability metric: Supportability/Python/Collector/Output/Bytes. This aggregates all uncompressed bytes across all agent methods sent to New Relic.

Changes:

  • Data usage supportability metric name change Previously, the agent reported data usage supportability metrics in the format Supportability/Python/Collector/Output/Bytes/<agent_method>. This has been changed to be in the format Supportability/Python/Collector/<agent_method>/Output/Bytes to align with the agent specification.

Support statement: New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is 5.14.1.144.

v7.14.0.177

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-71400177

v7.12.0.176

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-71200176/

v7.10.0.175

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-71000175/

v7.8.0.174

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70800174

v7.6.0.173

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70600173

v7.4.0.172

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70400172

v7.2.4.171

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70204171/

v7.2.3.170

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70203170/

v7.2.2.169

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70202169/

v7.2.1.168

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-70201168/

... (truncated)

Commits


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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #8093 (87db8c3) into main (d6e75e6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #8093   +/-   ##
=======================================
  Coverage   80.39%   80.39%           
=======================================
  Files          88       88           
  Lines        3330     3330           
  Branches      389      389           
=======================================
  Hits         2677     2677           
  Misses        588      588           
  Partials       65       65           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6e75e6...87db8c3. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #8097.