• EnglishEspañol日本語한국어Português
  • Inicia sesiónComenzar ahora

Te ofrecemos esta traducción automática para facilitar la lectura.

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.

Crea una propuesta

newrelic_ignore_apdex (API del agente PHP)

Sintaxis

newrelic_ignore_apdex()

Ignore la transacción actual al calcular Apdex.

Requisitos

Compatible con todas las versiones de agente.

Descripción

Ignora la transacción actual al calcular su puntuación Apdex. Esto es útil cuando tiene transacciones muy cortas o muy largas (como descargas de archivos) que pueden sesgar su puntuación Apdex.

Parámetros

Esta llamada no acepta ningún parámetro.

Ejemplos

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

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