Notes
Features
- Azure Function utilization (#3017) (80ab93e)
- Support honoring W3C
traceparent
sampled flag (#3009) (d903413)- By default the agent will not honor the
traceparent
sampled flag. - To control how sampling works with
traceparent
set the following in config:distributed_tracing.sampler.remote_parent_sampled
(when the traceparent sampled flag is01
)always_on
: the agent will sample spansalways_off
: the agent will not sample spansdefault
: the agent will rely on existing priority sampling to make its decisions
distributed_tracing.sampler.remote_parent_not_sampled
(when the traceparent sampled flag is00
)always_on
: the agent will sample spansalways_off
: the agent will not sample spansdefault
: the agent will rely on existing priority sampling to make its decisions
- By default the agent will not honor the
Code refactoring
- Updated otel bridge to centralize mapping rules for a given span attribute to accomondate semantic convention spec updates (#3010) (c20c36b)
Documentation
Tests
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
Bug fixes
- Fixed
tracer.transactionNestProxy
to create a new transaction if there is no transaction or transaction is not active (#3007) (ced9e22)
Documentation
Tests
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
- Added support for response streaming Lambda functions (#2981) (61dbbf9)
- Added AWS entity linking segment attributes for otel bridge (#2978) (6bf1ccc)
- Added error handling on transactions for otel spans (#2985) (4e61e09)
Code refactoring
- Updated span event generation to assign the appropriate
span.kind
based on the segment name (#2976) (697b17e)
Documentation
Miscellaneous chores
- Clarified supported next.js middleware versions in docs (#2984) (15cb454)
- Clarified system metrics sampler naming (#2987) (8647d43)
- Refactored loops to be simpler (#2990) (79fb8e9)
- Removed unused transaction method (#2986) (cb4e2f7)
- Reverted restriction in NestJS versioned tests (#2979) (ffddcab)
Tests
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
- Allowed undici error reporting to be disabled with feature flag
undici_error_tracking
(#2956) (6278107)- Thanks for your contribution @Voziv :tada:
- Added ability to propagate traceparent and tracestate on incoming server/consumer spans and outgoing client http and producer spans (#2958) (258ad7d)
- Added server span transaction naming fallback to the url.path (#2966) (770bf6f)
- Updated Context class to ensure bi-directional context propagation with opentelemetry bridge (#2962) (dfeec5a)
Code refactoring
Documentation
Miscellaneous chores
- Added consumer attribute reconciliation (#2957) (8943672)
- Added http external span attributes (#2955) (ef697a5)
- Limit nestjs to enable successful CI (#2972) (e9699cf)
- Refactored otel attribute reconciling (#2964) (1b5ed2c)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
- Added support for region-prefixed Bedrock models (#2947) (6acf535)
- Added attribute reconciliation for message producer spans (#2942) (a9ba396)
- Added timeslice metrics for synthesized consumer segments (#2938) (acfe953)
Bug fixes
- Fixed queueing of logs from child loggers (#2945) (888cfe8)
- Fixed undici/fetch instrumentation to properly assign the parent-id portion of the
traceparent
header on outgoing requests to the active http external span id (#2951) (bc714cf) - Updated
api.recordLogEvent
to no longer truncate the message key in log event (#2949) (8dd557b)- Thanks for your contribution @rChaoz 🎉
Documentation
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
- Added timeslice metrics for synthesized server segments (#2924) (f404585)
- Added timeslice metrics for synthesized producer segments (#2939) (6832637)
- Added timeslice metrics for synthesized database segments (#2922) (8606f78)
- Propagate agent root context when opentelemetry
ROOT_CONTEXT
is passed in to trace propagator.(#2940) (b85111c)- Added logic to handle properly naming and ending transactions for server spans.
- Provided ability to disable instrumentation for core Node.js libraries (#2927) (2d232f1)
Bug fixes
- Fixed
api.getTraceMetadata
to handle when there is an active transaction but not active segment (#2944) (6db3b4d)
Documentation
Miscellaneous chores
- Localized OTEL attribute constants (#2928) (965c41b)
- Updated import-in-the-middle version (#2923) (aa2781f)
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
- Added health check support for upcoming feature (#2841) (4c8bf13)
- Added OpenTelemetry bridge instrumentation, which includes a context manager and processor to handle synthesizing segments and time-slice metrics (#2906) (d2e8a9e)
Bug fixes
Documentation
Miscellaneous chores
- Added regex note to SQL obfuscator (#2911) (1533111)
- deps: Updated @newrelic/security-agent to v2.3.0 (#2918) (ed89f38)
Continuous integration
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Bug fixes
- Fixed issue with
bluebird
andwhen
instrumentation where checking active context crashed when transaction prematurely ends (#2909) (4a30d5c) - Fixed transaction-shim to properly create new transactions when the existing transaction is not active (#2912) (3ad8c59)
Documentation
Miscellaneous chores
Continuous integration
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Features
Bug fixes
Documentation
Miscellaneous chores
Tests
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
Notes
Bug fixes
- Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists (#2884) (3b7e4bf)
Documentation
Miscellaneous chores
Tests
Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)