メモ
バグ修正
コードリファクタリング
- セリフトレースツリー内でセグメントを見つけることができないセグメントの排他時間を計算するときの防御コードを追加しました ( #3051 ) (b4aa25e )
- otel bridge トレースプロパゲーターが traceparent/tracestate ヘッダーを割り当てる方法を更新しました ( #3046 ) (6e317b8 )
ドキュメント
テスト
- pg-native バージョン付きテストで回帰をスキップしました ( #3053 ) (6ce3670 )
- バージョン管理されたテスト用の elasticsearch イメージを更新しました ( #3038 ) (3d73f9f )
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 90 日以内のバージョンに更新してください。エージェントを最新の状態に保つ方法の詳細については、こちらをご覧ください。( https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/ )
エージェントのリリースとサポート日については、New Relic Node.js エージェントの EOL ポリシーを参照してください。( https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/ )
メモ
特徴
- Azure Functions のバックグラウンド トリガー タイプのサポート ( #3028 ) (3bf17b0 )
- Azure Functions HTTP トリガー タイプのサポート ( #3021 ) (90d894b )
バグ修正
コードリファクタリング
ドキュメント
雑用
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 90 日以内のバージョンに更新してください。エージェントを最新の状態に保つ方法の詳細については、こちらをご覧ください。( https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/ )
エージェントのリリースとサポート日については、New Relic Node.js エージェントの EOL ポリシーを参照してください。( https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/ )
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/)
メモ
特徴
- レスポンスストリーミングLambda関数のサポートを追加しました( #2981 )(61dbbf9 )
- otel ブリッジのAWSリンク セグメント プロパティを追加しました ( #2978 ) (6bf1ccc )
- オテルスパンのトランザクションにエラー処理を追加しました ( #2985 ) (4e61e09 )
コードリファクタリング
ドキュメント
雑用
- ドキュメントでサポートされている next.js ミドルウェアのバージョンを明確にしました ( #2984 ) (15cb454 )
- システム メトリクス サンプラーの命名を明確化 ( #2987 ) (8647d43 )
- ループをよりシンプルにリファクタリングしました ( #2990 ) (79fb8e9 )
- 未使用のトランザクションメソッドを削除しました ( #2986 ) (cb4e2f7 )
- NestJS バージョンテストの制限を元に戻しました ( #2979 ) (ffddcab )
テスト
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 90 日以内のバージョンに更新してください。エージェントを最新の状態に保つ方法の詳細については、こちらをご覧ください。( https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/ )
エージェントのリリースとサポート日については、New Relic Node.js エージェントの EOL ポリシーを参照してください。( 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/)