New Relic · Example Payload

New Relic Trace Span Batch Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

New Relic Trace Span Batch Example is an example object payload from New Relic, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

commonspans

Example Payload

Raw ↑
{
  "common": {
    "attributes": {
      "customAttribute": "example_value"
    }
  },
  "spans": [
    {
      "id": "500123",
      "trace.id": "500123",
      "timestamp": 1718153645993,
      "attributes": {
        "name": {},
        "parent.id": {},
        "duration.ms": {},
        "service.name": {},
        "error": {},
        "db.statement": {},
        "http.url": {},
        "http.method": {},
        "http.statusCode": {}
      }
    }
  ]
}