{
  "resourceSpans": [
    {
      "resource": {
        "attributes": [
          {
            "key": "service.name",
            "value": { "stringValue": "checkout-api" }
          }
        ]
      },
      "scopeSpans": [
        {
          "scope": {
            "name": "runtime-atlas-example",
            "version": "1.0.0"
          },
          "spans": [
            {
              "traceId": "b1111111111111111111111111111111",
              "spanId": "b111111111111111",
              "name": "POST /api/demo/checkout",
              "kind": 2,
              "startTimeUnixNano": "1787262000000000000",
              "endTimeUnixNano": "1787262000600000000",
              "attributes": [
                {
                  "key": "http.request.method",
                  "value": { "stringValue": "POST" }
                },
                {
                  "key": "http.route",
                  "value": { "stringValue": "/api/demo/checkout" }
                },
                {
                  "key": "http.response.status_code",
                  "value": { "intValue": "201" }
                }
              ]
            },
            {
              "traceId": "b1111111111111111111111111111111",
              "spanId": "b222222222222222",
              "parentSpanId": "b111111111111111",
              "name": "checkoutService",
              "kind": 1,
              "startTimeUnixNano": "1787262000100000000",
              "endTimeUnixNano": "1787262000500000000",
              "attributes": [
                {
                  "key": "code.function.name",
                  "value": { "stringValue": "checkoutService" }
                },
                {
                  "key": "code.file.path",
                  "value": { "stringValue": "server/demo-application.ts" }
                },
                {
                  "key": "code.line.number",
                  "value": { "intValue": "140" }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
