New Relic data dictionary

This data dictionary defines some of our default-reported data stored in NRDB and queryable via NRQL. This includes events like Transaction, MobileRequest, and BrowserInteraction, and our Metric, Log, and Span data types. These definitions are also available from our query builder UI by mousing over applicable data type and attribute names.

This dictionary doesn't contain:

  • Data from our infrastructure integrations (for that, see docs for a specific integration)
  • Custom data
  • Detailed integration-specific attributes for Metric data

SyntheticsPrivateMinion

Data source:

If you have private locations, such as those inside your firewall, you can view information regarding those locations with the SyntheticsPrivateMinion event. Each private minion running sends health details to SyntheticPrivateMinion every 30 seconds. This allows you to understand the health of the private minion running at the location.

Attribute nameDefinitionData types
minionArchitecture
ID

The identifier that holds what type of architecture the minion host uses.

minionBuildNumber
ID

The identifier of the minion build number.

minionContainerSystemVersion
ID

The version of the Docker or Kubernetes running on the minion.

minionDockerVer
ID

The version of Docker running in the minion.

minionHostname
ID

The identifier of the minion host name.

minionId
ID

The unique identifier of this minion.

minionIpv4

The IP address that the minion is running on.

minionIsContainerized

The identifier that identifies if the minion is containerized or not. Returns FALSE if the minion is a Legacy Private Minion.

minionIsPrivate

The identifier that identifies if the minion is private or not. Returns TRUE for a private minion.

minionJobsFailed
count

The number of jobs this minion has failed.

minionJobsFailed15MinRate
rate

The number of jobs the minion failed in fifteen minutes.

minionJobsFailed1MinRate
rate

The number of jobs the minion failed in one minute.

minionJobsFailed5MinRate
rate

The number of jobs the minion failed in five minutes.

minionJobsFinished
count

The number of jobs this minion has finished.

minionJobsFinished15MinRate
rate

The number of jobs the minion finished in fifteen minutes

minionJobsFinished1MinRate
rate

The number of jobs the minion finished in one minute.

minionJobsFinished5MinRate
rate

The number of jobs the minion finished in five minutes.

minionJobsInternalEngineError
count

The total number of internal engine errors in the minion.

minionJobsInternalEngineError15MinRate
rate

The number of internal engine errors in the minion in fifteen minutes.

minionJobsInternalEngineError1MinRate
rate

The number of internal engine errors in the minion in one minute.

minionJobsInternalEngineError5MinRate
rate

The number of internal engine errors in the minion in five minutes.

minionJobsQueued
count

The number of jobs this minion is currently working on.

minionJobsQueued15MinRate
rate

The number of jobs the minion worked on in fifteen minutes.

minionJobsQueued1MinRate
rate

The number of jobs the minion worked on in one minute.

minionJobsQueued5MinRate
rate

The number of jobs the minion worked on in five minutes.

minionJobsReceived
count

The number of jobs this minion has received to process.

minionJobsReceived15MinRate
rate

The number of jobs the minion received in fifteen minutes.

minionJobsReceived1MinRate
rate

The number of jobs the minion received in one minute.

minionJobsReceived5MinRate
rate

The number of jobs the minion received in five minutes.

minionJobsRunning
count

The number of jobs the minion is running.

minionJobsSkipped
count

The total number of jobs the minion skipped.

minionJobsSkipped15MinRate
rate

The number of jobs the minion skipped in fifteen minutes.

minionJobsSkipped1MinRate
rate

The number of jobs the minion skipped in one minute.

minionJobsStarted
count

The number of jobs this minion has started.

minionJobsStarted15MinRate
rate

The number of jobs the minion started in fifteen minutes.

minionJobsStarted1MinRate
rate

The number of jobs the minion started in one minute.

minionJobsStarted5MinRate
rate

The number of jobs the minion started in five minutes.

minionJobsTimedout
count

The number of jobs that reached the maximum execution time.

minionJobsTimedout15MinRate
rate

The number of jobs that reached the maximum execution time in fifteen minutes.

minionJobsTimedout1MinRate
rate

The number of jobs that reached the maximum execution time in one minute.

minionJobsTimedout5MinRate
rate

The number of jobs that reached the maximum execution time in five minutes.

minionLocation

The location code this minion is operating in.

minionLocationIsPrivate

The boolean identifier of the minion is private or not.

minionOsName
ID

The identifier of the operating system the minion is running.

minionOsVersion
ID

The version of the operating system that the minion is running on.

minionPhysicalMemoryFreeBytes
bytes (B)

The number of free physical memory in bytes that the minion has access to.

minionPhysicalMemoryFreePercentage
percentage (%)

The percentage of free physical memory that the minion has access to.

minionPhysicalMemoryTotalBytes
bytes (B)

The total number of physical memory in bytes that the minion has access to.

minionPhysicalMemoryUsedBytes
bytes (B)

The amount of physical memory in bytes that the minion has used.

minionPhysicalMemoryUsedPercentage
percentage (%)

The percentage of used physical memory in the minion.

minionProcessors
count

The number of CPUs that the minion host has.

minionProcessorsFrequencyGHz
count

The frequency in GHz in which the processors are running at.

minionProcessorsUsagePercentage
percentage (%)

The total percentage of the processor that the minion uses.

minionProvider
ID

The identifier of the minion provider.ider.

minionStartTimestamp

The time which this specific minion started.

minionSwapMemoryFreeBytes
bytes (B)

The amount of free swap memory in bytes that the minion has access to.

minionSwapMemoryFreePercentage
percentage (%)

The percentage of free swap memory that is accessible by the minion.

minionSwapMemoryTotalBytes
bytes (B)

The total number of swap memory in bytes that the minion has access to.

minionSwapMemoryUsedBytes
bytes (B)

The amount of swap memory in bytes that the minion has used.

minionSwapMemoryUsedPercentage
percentage (%)

The percentage of used swap memory in the minion.

minionSystemUptimeMs
milliseconds (ms)

The time that the system has been running.

minionUptimeMs
milliseconds (ms)

The time that minion has been running.

minionVmName
ID

The identifier of the virtual machine name the minion is running on.

minionVmSpecVersion
ID

The version of the Java virtual machine that the minion is running.

minionVmUptimeMs
milliseconds (ms)

The time that the Java virtual machine has been running.

minionVmVendor
ID

The identifier of the Java virtual machine vendor that the minion is running on. (Examples: Oracle Corporation, AdobeOpenJDK, etc.)

minionVmVersion
ID

The version of the virtual machine that the minion is running on.

minionWorkers
count

The number of concurrent workers that can process jobs for Simple Browser, Scripted Browser, and API Test monitors.