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

문제 신고

newrelic_ignore_transaction(PHP 에이전트 API)

통사론

newrelic_ignore_transaction()

현재 트랜잭션을 계측하지 마십시오.

요구 사항

모든 에이전트 버전과 호환됩니다.

설명

이 트랜잭션에 대한 데이터를 생성하지 마십시오. 이것은 알려진 이유로 인해 특히 느린 트랜잭션이 있고 트랜잭션 추적을 자주 생성하거나 사이트 평균을 왜곡하는 것을 원하지 않을 때 유용합니다.

매개변수

이 호출은 매개변수를 허용하지 않습니다.

function example() {
if (extension_loaded('newrelic')) { // Ensure PHP agent is available
newrelic_ignore_transaction();
}
...
}
Copyright © 2024 New Relic Inc.

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