New Relic · JSON Structure

New Relic Trace Common Block Structure

Shared attributes applied to all spans in this batch

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

attributes

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Shared attributes applied to all spans in this batch",
  "name": "CommonBlock",
  "properties": {
    "attributes": {
      "type": "object",
      "description": "Key-value attributes applied to every span in the batch"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}