Sintaxe
nrSetCustomAttribute(nr as Object, key as String, value as Object, actionName = "" as String) as Void
Descrição
Defina um atributo personalizado a ser incluído no evento.
Argumentos
Argumentos | Descrição |
---|---|
| Objeto agente New Relic . |
| Nome do atributo. |
| Valor do atributo. |
| (opcional) Ação onde o atributo será incluído. Definir todas as ações como padrão. |
Retornar
Nada.
Exemplo
nrSetCustomAttribute(m.nr, "myNum", 123, "CONTENT_START") nrSetCustomAttribute(m.nr, "myString", "hello")