iiRecord
Agentic AI Atlas · Span kind
meta-enum:span-kinda5c.ai
II.
MetaEnum JSON

meta-enum:span-kind

Structured · live

Span kind json

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

File · catalog-meta/meta-registry/meta-registry-observability-pipeline.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-enum:span-kind",
  "_kind": "MetaEnum",
  "_file": "catalog-meta/meta-registry/meta-registry-observability-pipeline.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Span kind",
    "name": "kind",
    "values": [
      {
        "value": "server",
        "description": "Inbound RPC / HTTP server-side handler."
      },
      {
        "value": "client",
        "description": "Outbound RPC / HTTP client call."
      },
      {
        "value": "producer",
        "description": "Message producer (publish to queue / topic)."
      },
      {
        "value": "consumer",
        "description": "Message consumer (receive from queue / topic)."
      },
      {
        "value": "internal",
        "description": "Internal computation, not crossing a process boundary."
      }
    ],
    "usedOnAttributes": [
      "meta-attribute:span--kind"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-enum:span-kind",
      "to": "meta-attribute:span--kind",
      "kind": "used_on_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}