II.
ExtensionInterface JSON
Structured · liveextension-interface:telemetry
Telemetry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "extension-interface:telemetry",
"_kind": "ExtensionInterface",
"_file": "extensions/extension-interfaces/telemetry.yaml",
"_cluster": "extensions",
"attributes": {
"interfaceVersion": "1.0.0",
"description": "Telemetry",
"displayName": "Telemetry",
"concern": "Structured emission of run events, metrics, and traces.",
"surface": "`event(name, attrs)`, `metric(name, value, attrs)`,\n`span(name, fn)`. OpenTelemetry-compatible.\n",
"builtInDefault": "Stdout JSONL emitter; no metrics aggregation; no spans.\n",
"notableImpls": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "skill:cicd-pipeline-design",
"to": "extension-interface:telemetry",
"kind": "implements",
"attributes": {}
}
]
}