New Relic · Example Payload

Trace Api Span Batch Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Trace Api 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": "example_string",
  "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": {}
      }
    }
  ]
}