II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:exports-to
exports_to (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:exports-to",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-observability-pipeline.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "exports_to (meta)",
"name": "exports_to",
"source": [
"meta-node-kind:span"
],
"target": [
"meta-node-kind:observability-backend"
],
"cardinality": "N:1",
"origin": "standard",
"description": "a Span exports to an ObservabilityBackend (per-span data-plane edge). catalog update widening also permits AgentRuntimeImpl / AgentPlatformImpl / PlatformService sources, owned by agent-stack / domain meta-registries."
},
"outgoingEdges": [
{
"from": "meta-edge-kind:exports-to",
"to": "meta-node-kind:span",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:exports-to",
"to": "meta-node-kind:observability-backend",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}