submit_otel_trace
Convert an OpenTelemetry OTLP JSON trace into a FaultKey incident and return the same deterministic CausalCertificate as submit_incident. Each span becomes an event; service.name groups spans into agents; W3C trace_id and span_id propagate as evidence pointers on the causal graph edges. Cost: 50 credits (same as submit_incident). Three guardrails apply: PII scan, deterministic-only acknowledgement, and minimum evidence (auto-satisfied when the trace has at least 1 span).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otlp | Yes | OTLP JSON payload with resourceSpans[]. See https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding | |
| title | Yes | ||
| category | No | ||
| currency | No | ||
| jurisdiction | No | ||
| pii_acknowledged | No | G1: Set to true ONLY if PII handling is permitted by your data agreement. OTLP traces frequently leak user/session ids in attributes. | |
| deterministic_only | Yes | G2: Must be true. Acknowledges CausalLayer is deterministic. | |
| financial_impact_cents | No |