II.
MetaEnum JSON
Structured · livemeta-enum:span-kind
Span kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}