• EnglishEspañol日本語한국어Português
  • ログイン今すぐ開始

この機械翻訳は、参考として提供されています。

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

問題を作成する

Node.jsエージェントのアンインストール

New Relic Node.js エージェントをアンインストールする方法については、こちらをご覧ください。エージェントを一時的に無効にする方法については、 Disable the agent を参照してください。

New Relic Node.js エージェントをアンインストールするには、以下の手順に従います。

  1. アプリのメイン モジュールの最初の行からrequire('newrelic');を削除します。
  2. npm uninstall newrelic --saveを使用して npm パッケージを削除します。
  3. newrelic.jsファイルを削除し、使用されている環境変数の設定を解除します。
  4. アンインストール処理が終了したら、 アプリを再起動してください。

インストールの詳細については、 Installing and maintaining Node.js を参照してください。

ヒント

また、 アプリ を New Relic から削除することもできます。

Copyright © 2024 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.