New Relic · JSON Structure

Trace Api New Relic Trace Payload Structure

New Relic format trace payload — array of span batch objects

Type: array Properties: 0
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

NewRelicTracePayload is a JSON Structure definition published by New Relic. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/trace-api-new-relic-trace-payload-structure.json",
  "name": "NewRelicTracePayload",
  "description": "New Relic format trace payload \u2014 array of span batch objects",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SpanBatch"
  }
}