New Relic · Schema

CommonBlock

Shared attributes applied to all spans in this batch

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
attributes object Key-value attributes applied to every span in the batch
View JSON Schema on GitHub

JSON Schema

new-relic-trace-common-block-schema.json Raw ↑
{
  "type": "object",
  "description": "Shared attributes applied to all spans in this batch",
  "properties": {
    "attributes": {
      "type": "object",
      "description": "Key-value attributes applied to every span in the batch",
      "example": {
        "customAttribute": "example_value"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CommonBlock"
}