Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2022

Bumps elastic-apm-node from 3.26.0 to 3.28.0.

Changelog

Sourced from elastic-apm-node's changelog.

==== 3.28.0 2022/02/08

[float] ===== Breaking changes

The following changes are not considered breaking. However, they result in a change in behavior and trace output that might impact some users, so they are highlighted here.

  • Change the redis and mysql instrumentations to not patch at all if they are listed in . This means that an application that uses one of these packages and lists that package in disableInstrumentations could see changes in the async run-context of callbacks. See {issues}2498#2498 and the which has a similar change.

  • Elasticsearch spans (from elasticsearch, @elastic/elasticsearch, and @elastic/elasticsearch-canary instrumentation) will no longer have an HTTP child span(s) for the underlying HTTP request. This is listed in this section to provide awareness in case some users have custom analysis of APM trace data that expects those HTTP spans.

Per https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#exit-spans[the APM Agent spec for exit spans], Elasticsearch spans are now marked as exit spans and as a result, HTTP child spans are suppressed. ({issues}2000#2000) + As part of this change, some HTTP context has been added to Elasticsearch spans, when available: the HTTP response status_code, and the size of the response body (encoded_body_size). ({issues}2484#2484)

[float] ===== Features

  • Drop unsampled transactions when sending to APM Server v8.0+. ({issues}2455#2455)

  • The default string (when it is not configured and cannot be inferred from a "package.json" file) has been changed from "nodejs_service" to "unknown-nodejs-service". This is a standardized pattern used across Elastic APM agents to allow the Kibana APM app to recognize when to provide help to the user on configuring the service name. ({issues}2491#2491)

  • Add transaction.name to captured APM errors. This will allow the Kibana APM app to correlate error groups and transaction groups. ({issues}2456#2456)

  • Mark S3 spans (from 'aws-sdk' instrumentation) as exit spans (per https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#exit-spans). The result is that HTTP child spans of S3 spans are no longer captured. ({issues}2125#2125)

... (truncated)

Commits
  • f346a75 3.28.0 (#2567)
  • 17a0b41 perf: fix benchmark 003 to actually have span.stacktrace (#2566)
  • 54ef379 docs: fix a typo and asciidoc syntax in changelog
  • 8ee4268 fix: apm.createSpan() with no args would create bogus span.name (#2563)
  • 2d9d873 fix: deescalate no cloud metadata response warning (#2564)
  • 152773b test: synchronizing json specs (#2561)
  • 10f533e feat: mark Elasticsearch spans as exit spans; HTTP child spans are now elided...
  • cff1465 test: synchronizing json specs (#2559)
  • 520a901 feat: introduce "exit spans" and mark S3 spans as exit spans (#2552)
  • dbaddc5 fix: drop no-longer-necessary half-disabling of instrumentations (#2444)
  • 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 [elastic-apm-node](https://github.com/elastic/apm-agent-nodejs) from 3.26.0 to 3.28.0.
- [Release notes](https://github.com/elastic/apm-agent-nodejs/releases)
- [Changelog](https://github.com/elastic/apm-agent-nodejs/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-nodejs@v3.26.0...v3.28.0)

---
updated-dependencies:
- dependency-name: elastic-apm-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2022

Superseded by #35.

@dependabot dependabot bot closed this Feb 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/elastic-apm-node-3.28.0 branch February 11, 2022 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants