New Relic · Example Payload

New Relic Trace Span Example

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Top-level fields

idtrace.idtimestampattributes

Example Payload

Raw ↑
{
  "id": "500123",
  "trace.id": "500123",
  "timestamp": 1718153645993,
  "attributes": {
    "name": "example-resource-01",
    "parent.id": "500123",
    "duration.ms": 0.42,
    "service.name": "myService",
    "error": true,
    "db.statement": "example_string",
    "http.url": "https://portal.example.com/path/abc123",
    "http.method": "example_string",
    "http.statusCode": 200
  }
}