• 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.

問題を作成する

アトリビュートの有効化と無効化(Python)

ここでは、 Python エージェントの属性を有効または無効にするための設定について説明しています。 、当社のエージェントが デスティネーションに対してどの属性を含めるか、または除外するかを決定する際のルールについて説明しています。

これには、Pythonのエージェント設定 のうち、エージェント属性のリリースに伴い廃止された設定の概要も含まれています

構成設定

以下のデスティネーション設定を使用して、任意の属性コレクションに対してデスティネーションを開いたり閉じたりします。

特定の宛先で特定の属性を追加または削除するには、次の属性/宛先固有の .include または .exclude 設定を使用します。

アトリビュートルール

エージェントは、これらのルールに従って、デスティネーションに対してどの属性を含めるか、または除外するかを決定します。

非推奨の設定項目

以下の設定項目は非推奨となりました。Pythonエージェントをアップグレードする際には、これらの設定を新しい属性の設定に切り替えてください。

非推奨の設定

新規設定

capture_params

attributes.include = request.parameters.*

デフォルトでは、リクエストパラメータは送信されません。すべてのリクエスト パラメータをオンにするには、 request.parameters.*attributes.include リストに追加します。 capture_params プロパティは非推奨になりました。

ignored_params

attributes.exclude = request.parameters.{name}

各リクエスト パラメータ キーを attributes.exclude リストに追加します。キーの前に必ず request.parametersを付けてください。 ignored_params プロパティは非推奨になりました。

analytics_events.enabled

transaction_events.enabled

analytics_events.capture_attributes

transaction_events.capture_attributes

analytics_events.max_samples_stored

transaction_events.max_samples_stored

browser_monitoring.capture_attributes

browser_monitoring.attributes.enabled

error_collector.capture_attributes

error_collector.attributes.enabled

transaction_tracer.capture_attributes

transaction_tracer.attributes.enabled

Copyright © 2024 New Relic株式会社。

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