iiRecord
Agentic AI Atlas · anthropic.messages.create
span:symphony-run-001-llm-call-1a5c.ai
II.
Span JSON

span:symphony-run-001-llm-call-1

Structured · live

anthropic.messages.create json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/observability/spans-otel-example.yamlCluster · extensions
Record JSON
{
  "id": "span:symphony-run-001-llm-call-1",
  "_kind": "Span",
  "_file": "extensions/observability/spans-otel-example.yaml",
  "_cluster": "extensions",
  "attributes": {
    "traceId": "4bf92f3577b34da6a3ce929d0e0e4736",
    "spanId": "1a2b3c4d5e6f7081",
    "parentSpanId": "00f067aa0ba902b7",
    "name": "anthropic.messages.create",
    "startedAt": "2026-04-30T14:22:13.110Z",
    "endedAt": "2026-04-30T14:22:18.880Z",
    "status": "ok",
    "kind": "client",
    "attributes": {
      "gen_ai.system": "anthropic",
      "gen_ai.request.model": "claude-3-5-sonnet-20240620",
      "gen_ai.usage.input_tokens": 12500,
      "gen_ai.usage.output_tokens": 3400
    }
  },
  "outgoingEdges": [
    {
      "from": "span:symphony-run-001-llm-call-1",
      "to": "effect:agent-run-symphony-001",
      "kind": "emitted_by_span",
      "attributes": {}
    },
    {
      "from": "span:symphony-run-001-llm-call-1",
      "to": "obs-backend:honeycomb",
      "kind": "exports_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}