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

기본적으로 요청 매개변수는 전송되지 않습니다. 모든 요청 매개변수를 켜려면 attributes.include 목록에 request.parameters.* 을 추가합니다. 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 Inc.

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