II.
MetaAttribute JSON
Structured · livemeta-attribute:span--parent-span-id
Span.parentSpanId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:span--parent-span-id",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-observability-pipeline.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Span.parentSpanId",
"name": "parentSpanId",
"parentNodeKindId": "meta-node-kind:span",
"type": "string",
"required": false,
"description": "parentSpanId on Span (parent span identifier within the same trace)."
},
"outgoingEdges": [
{
"from": "meta-attribute:span--parent-span-id",
"to": "meta-node-kind:span",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:span",
"to": "meta-attribute:span--parent-span-id",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}