New Relic · Example Payload

Trace Api Zipkin Span Example

customAttribute

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

Top-level fields

idtraceIdparentIdnametimestampdurationkindlocalEndpointremoteEndpointtagsannotations

Example Payload

Raw ↑
{
  "id": "500123",
  "traceId": "500123",
  "parentId": "500123",
  "name": "example-resource-01",
  "timestamp": 1718153645993,
  "duration": 100,
  "kind": "CLIENT",
  "localEndpoint": {
    "serviceName": "myService",
    "ipv4": "example_string",
    "port": 8080
  },
  "remoteEndpoint": {
    "serviceName": "myService",
    "ipv4": "example_string",
    "port": 8080
  },
  "tags": {
    "customAttribute": "example_value"
  },
  "annotations": [
    {
      "timestamp": 1718153645993,
      "value": "example_string"
    }
  ]
}