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