Xeonr Developer Docs

ReportStepSpans

POST
/uplim.api.v1.InternalPipelineRunsService/ReportStepSpans

ReportStepSpans ingests OpenTelemetry spans the runtime (side-car + user code) emitted for THIS step — the in-pod "meta upload" RPCs and direct S3 source-fetch / blob-PUT that never reach the api otherwise. Self-authenticates with the per-step JWT (X-Upl-Step-Token): the claims must match run_id/step_id, so a pod can only report spans for its own step. The coordinator drains these into the trace store as children of the pipeline.step. span.

AuthorizationBearer <token>

JWT access token obtained via OAuth2 flow or service account

In: header

Header Parameters

Connect-Protocol-Version*number

Define the version of the Connect protocol

Value in1
Connect-Timeout-Ms?number

Define the timeout, in ms

Request Body

application/json

runId?string
Formatuuid
stepId?string
spans?
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.InternalPipelineRunsService/ReportStepSpans" \  -H "Connect-Protocol-Version: 1" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "not_found",
  "message": "string",
  "details": [
    {
      "type": "string",
      "value": "string",
      "debug": {}
    }
  ]
}