Sintaxis
nrSendVideoEvent(nr as Object, actionName as String, attr = invalid) as Void
Descripción
Envíe un evento de video, escriba VideoAction.
Argumentos
Argumentos | Descripción |
---|---|
| Objeto agente New Relic . |
| Nombre de la acción. |
| (opcional) atributo asociativo matriz. |
Devolver
Nada.
Ejemplo
nrSendVideoEvent(m.nr, "MY_ACTION") attr = {"key0":"val0", "key1":"val1"} nrSendVideoEvent(m.nr, "MY_ACTION", attr)