iiRecord
Agentic AI Atlas · Honeycomb
obs-backend:honeycomba5c.ai
II.
ObservabilityBackend JSON

obs-backend:honeycomb

Structured · live

Honeycomb json

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

File · extensions/observability/observability-backends.yamlCluster · extensions
Record JSON
{
  "id": "obs-backend:honeycomb",
  "_kind": "ObservabilityBackend",
  "_file": "extensions/observability/observability-backends.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Honeycomb",
    "kind": "trace",
    "vendor": "Honeycomb.io",
    "endpoints": {
      "otlp": "https://api.honeycomb.io"
    },
    "protocols": [
      "otlp-grpc",
      "otlp-http"
    ],
    "notes": "Wide-event tracing backend; native OTLP ingestion.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "span:symphony-run-001-root",
      "to": "obs-backend:honeycomb",
      "kind": "exports_to",
      "attributes": {}
    },
    {
      "from": "span:symphony-run-001-llm-call-1",
      "to": "obs-backend:honeycomb",
      "kind": "exports_to",
      "attributes": {}
    }
  ]
}