• 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_apdex (PHP エージェント API)

構文

newrelic_ignore_apdex()

Apdexを計算する際に、現在の取引を無視する。

要件

すべてのAgentバージョンに対応しています。

説明

Apdexスコア を計算する際に、現在のトランザクションを無視します。これは、Apdexスコアを歪める可能性のある、非常に短いまたは非常に長いトランザクション(ファイルのダウンロードなど)がある場合に便利です。

パラメーター

このコールはパラメータを受け取りません。

function example() {
if (extension_loaded('newrelic')) { // Ensure PHP agent is available
newrelic_ignore_apdex();
}
// ...
}
Copyright © 2024 New Relic株式会社。

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