Dicionário de dados da New Relic

Este dicionário de dados define alguns dos nossos dados relatados por padrão armazenados no NRDB e que podem ser consultados usando NRQL. Isso inclui eventos como Transaction, MobileRequest e BrowserInteraction, além dos nossos tipos de dados de métrica, log e span. Essas definições também estão disponíveis por meio da nossa interface do criador de consulta, passando o cursor do mouse sobre tipos de dados aplicáveis e nomes de atributos.

Este dicionário não contém:

  • Dados de nossas integrações de infraestrutura (para tal, consulte a documentação da integração específica)
  • Dados personalizados
  • Atributos detalhados específicos da integração para dados de métricas

UserAction

Data source:

The Browser UserAction event is captured as the result of a user interaction with the web application and includes action information and DOM target identifiers along with several default attributes, such as app and geographic data.

The types of interactions captured include:

  • auxclick
  • blur (window only)
  • click
  • copy
  • focus (window only)
  • keydown
  • paste
  • scrollend

Please see element events for more information about the type of events the agent subscribes to when capturing UserAction events.

Attribute nameDefinitionData types
nearest__

The value of the attribute name of the nearest DOM element to the target which was acted upon. If an attribute is supplied to the agent configuration but not found on the target element, this value will reflect the nearest parental node that has the matching attribute name. If the target contains the desired attribute name, the corresponding "nearest" and "target" attributes will match. This behavior is influenced by the elementAttributes property supplied to the agent configuration. For example: nearestId, nearestClass, nearestTag, and nearestType are the default values collected. If other attributes are supplied to the configuration, they will be reported matching the same target + 'attribute name' syntax.