New Relic · JSON Structure

New Relic Log Common Block Structure

Shared attributes applied to all log records in this batch

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

CommonBlock is a JSON Structure definition published by New Relic, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

timestamp attributes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Shared attributes applied to all log records in this batch",
  "name": "CommonBlock",
  "properties": {
    "timestamp": {
      "type": "integer",
      "description": "Default Unix timestamp in milliseconds for all logs in the batch"
    },
    "attributes": {
      "type": "object",
      "description": "Key-value attributes applied to all logs in this batch"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}