メモ
特徴
コードリファクタリング
- 発行されたイベントをサブスクライブするために
when計装をリファクタリングしました (#3866) (1b55c5a) - 発行されたイベントをサブスクライブするための
memcached計装をリファクタリングしました (#3849) (915b320) - 発行されたイベントをサブスクライブするために
bluebird計装をリファクタリングしました (#3858) (e3d84c2) - 発行されたイベントをサブスクライブするために
q計装をリファクタリングしました (#3853) (9fdb0b8) grpc-jsクライアントの計装をサブスクライバー タイプにリファクタリングしました (#3856) (057fca2)grpc-jsサーバーの計装をサブスクライバー タイプにリファクタリングしました (#3805) (ca3010a)- ツールクラスのメソッドを適切に計測するために、
@langchain/core人の購読者を更新しました( #3850 )(2日前)
ドキュメント
雑用
テスト
- バージョン管理されたテストを実行するための、使用されていないコンテキストマネージャ機能フラグを削除しました( #3851 )(15c9757 )
- コア追跡クロスエージェントテストを更新しました( #3860 )(08e4570 )
- スパンリンクのテストに関する問題を修正しました( #3863 )(23a8594 )
memcachedテストのセグメント継続時間のタイミングを削除しました (#3869) (bd24410)
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 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/ )
メモ
特徴
継続的プロファイリングのサポートを追加しました( #3834 )(6d8d5b5 )
profiling.enabledサーバーサイド構成を追加しました (#3790) (0d44e5b) (#3847) (e57223c)ProfilingAggregatorに遅延と期間を追加しました( #3815 )(8000665 )- プロファイリング用のサポート機能メトリクスを追加 (#3801) (19bbb7e)
- ProfilingAggregatorがサーバーレスモードで実行されるのを防止しました( #3806 )(e4db0f4 )
- 高セキュリティモードが有効になっている場合、
profiling.enabledが無効になります (#3803) (9d4eebb) - ヒーププロファイラーを追加 (#3751) (8262f6b)
- CPU プロファイラーを追加 (#3747) (2c2097f)
注:継続的プロファイリングUIは近日公開予定です!Node.jsエージェントは現在、継続的プロファイリングのデータ収集をサポートしていますが、視覚化エクスペリエンスは来週からリミテッドプレビューでデビューします。 プロファイリング ダッシュボードとUI機能への早期サインアップをご希望の場合は、プレビューへのオプトイン方法についてアカウント エグゼクティブ (AE) にお問い合わせください。
コードリファクタリング
ドキュメント
テスト
ioredis/iovalkeyのセグメント期間テストを追加しました (#3825) (9738bc8)mysql2のセグメント期間タイミングテストを追加しました (#3820) (bb424ff)- 最初のテストからインストゥルメントされたコア ライブラリを取得することを避けるために、Bedrock テストの構造を変更しました (#3838) (886a36c)
- 最初のテストからインストゥルメントされたコア ライブラリを取得しないように、ラムダ テストと sns テストの構造を変更しました (#3836) (414044d)
- 更新されたバージョン範囲
@aws-sdk/lib-dynamodb(#3829) (d28c938)
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 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
Bug fixes
- Updated
@apm-js-collab/tracing-hooksto0.5.0, to allow instrumentation on windows environments. (#3819) (d8f6d0f)- This version of
@apm-js-collab/tracing-hooksincludes the windows path fix for@apm-js-collab/code-transformer, see.
- This version of
Code refactoring
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/)
メモ
特徴
LlmChatCompletionSummaryにtime_to_first_tokenを追加しました (#3781) (737f374)- AWS Bedrock に
time_to_first_tokenを追加しました (#3804) (a993b00) - Google Gen AI に
time_to_first_tokenを追加しました (#3785) (d90ee70) - OpenAI に
time_to_first_tokenを追加しました (#3782) (07cfd57)
コードリファクタリング
ドキュメント
雑用
- エージェント-メタデータ.yml のバージョン コメントを追加 (#3779) (1267293)
- サブスクライバ タイプにリファクタリングされた nestjs 計装 (#3792) (f7feb25)
- LangChain openai および AWS テストから
@langchain/coreピア依存関係を削除しました (#3788) (e670bb1) - 不要な
generic-poolコンテキスト伝搬を削除 (#3786) (bdd35fb) - 不要な
superagentコンテキスト伝搬を削除しました (#3798) (81650e1) @apm-js-collab/tracing-hooks0.4.0に更新しました (#3787) (d85fb2b)- エージェントメタデータ.yml のバージョン形式を更新 (#3778) (61759e9)
テスト
- テストプロセスを簡素化するために、カスタム ベクターストアを使用するように LangChain ベクターストア テストを更新しました (#3793) (0fd9b54)
- 言語グラフテストのバージョン範囲を更新しました (#3794) (e02ce99)
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 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/ )
メモ
特徴
- プロファイラーの開始を遅らせ、シャットダウンする前に n ミリ秒間実行する機能を追加しました。(#3758) (8503d25)
- Azure Functions アプリからログを自動的に取り込む機能を追加しました (#3772) (0c70ba2)
- エラー原因のサポートを追加しました (#3769) (7c5aae3)
バグ修正
コードリファクタリング
- AWS Bedrock llm イベントのリファクタリング (#3759) (7ff953d)
- Google Gen AI LLM イベントのリファクタリング (#3748) (f1e3a0e)
- LangGraph LlmAgent イベント、古い LlmEvent ベースを削除 (#3761) (39d1d9a)
- 部分トレースのコンパクト モードの再親付けロジックを更新し、エントリ スパンに親 ID を割り当てました (#3768) (5196318)
ドキュメント
雑用
- GHアクションのサポートを有効にするためにAPIキーを追加しました( #3760 )(a521e80 )
- エージェント メタデータ ワークフローへの呼び出しを追加しました - ステップ 1 (#3750) (90eeaec)
span.applyPartialTraceRulesのすべてのデバッグ/トレース レベル ログにスパン ID を追加しました (#3766) (8c57230)- ファイル名を変更し、キャッシュ出力を修正しました (#3757) (1ac00ea)
- リリースで実行するためのメタデータアクションを設定する (#3762) (66efb13)
- LangChain-openai テストの
@langchain/coreバージョンを更新しました (#3763) (c27213e)
サポートステートメント:
最新のエージェント バージョンが利用可能になったらすぐに更新することをお勧めします。最新バージョンにアップグレードできない場合は、エージェントを 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
Feature Release
With this release, we are making available our Node.js Hybrid Agent. The Node.js Hybrid Agent provides a future-proof observability solution with integrated support for OpenTelemetry Tracing, Metrics, and Logs APIs. Key enhancements like Span Links and Events on Spans are now available, ensuring seamless interoperability in mixed-mode environments. It is designed to bridge the gap for Node.js teams looking to adopt OpenTelemetry standards while maintaining backwards compatibility with their existing New Relic dashboards.
A full product announcement, and documentation for this feature, is coming soon. Please subscribe to our news releases to be kept up-to-date.
Features
- Added
delayanddurationto profiling config (#3754) (a7f06e0) - Added
ProfilingAggregatorthat will be used to collect and sendpprof_datatelemetry (#3732) (738045c) - Added profiling configuration (#3733) (2b4d7d8)
- Added ProfilingManager class, used to orchestrate profilers (#3738) (105da3b)
- Updated
RemoteMethodto handle sendingpprof_datathrough the collector (#3734) (868e5bd) - Updated the profiling config properties (#3742) (fa55881)
Code refactoring
Documentation
- Updated compatibility report (#3743) (4a7cafc) (#3739) (59ff976) (#3730) (dea410b) (#3703) (532729a)
Miscellaneous chores
- Added subcomponent attribute to LangChain tool traces (#3706) (c5469ea)
- Added subcomponent attribute to mcp-sdk invocations (#3749) (70b7f41)
- Enabled all OTEL signals by default when OTEL is enabled (#3712) (15b82c2)
- Fixed
@langchain/communitypeer dep conflict (#3741) (202d2b3) - Removed
@langchain/corepeer dep from LangGraph test matrix (#3737) (8ba2616) - Renamed OTEL metrics config params to snake_case from camelCas… (#3711) (4f59108)
- Updated
ai-support.jsonto include LangGraph (#3705) (aa0ba22) - Updated eslint configuration (#3740) (d306374)
Tests
- Updated mcp streaming tests to generate sessions to reuse transport for all streaming tests (#3729) (1772fd5)
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/)