Dictionnaire de données New Relic

Ce dictionnaire de données définit certaines de nos données signalées par défaut stockées dans NRDB et interrogeables via NRQL. Cela inclut des événements tels que Transaction, MobileRequest et BrowserInteraction, ainsi que nos types de données Metric, Log et Span. Ces définitions sont également disponibles à partir de notre interface utilisateur de création de requêtes en passant la souris sur les types de données et les noms d'attributs applicables.

Ce dictionnaire ne contient pas :

  • Données de nos intégrations d'infrastructure (pour cela, consultez la documentation d'une intégration spécifique)
  • Données personnalisées
  • Attributs détaillés spécifiques à l'intégration pour les données métriques

Deployment

Data source:

Deployment events occur for changes you decide to follow using the change tracking feature.

Attribute nameDefinitionData types
changelog

A URL for the changelog, or if it is not linkable, a list of changes.

commit

The commit identifier (for example, the Git commit SHA).

deepLink

A URL pointing back to the system generating the deployment. This field can hold any URL.

deploymentId
ID

Unique identifier we generate when a marker is created. Alphanumeric IDs are from our newer NerdGraph change tracking feature. Numeric IDs are from our legacy REST API-based feature.

deploymentType

The type of the deployment (for example, 'BASIC', 'BLUE-GREEN', 'CANARY', 'OTHER', 'ROLLING', or 'SHADOW').

description

A description of the deployment.

entity.guid

The globally unique identifier for the New Relic entity that this marker applies to.

entity.name

The friendly name for the New Relic entity this marker applies to.

groupId

String value that can be used to correlate multiple entities across a single change event.

timestamp
milliseconds (ms)

The start time of the deployment (in milliseconds since Unix epoch).

user

Username of the deployer or bot that created this deployment.

version

The version of the deployment (for example, v1.1).