II.
ObservabilityBackend JSON
Structured · liveobs-backend:prometheus
Prometheus (self-hosted) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "obs-backend:prometheus",
"_kind": "ObservabilityBackend",
"_file": "extensions/observability/observability-backends.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Prometheus (self-hosted)",
"kind": "metric",
"vendor": "Prometheus / CNCF",
"protocols": [
"prometheus-remote-write",
"otlp-http"
],
"notes": "Open-source pull-based metrics database; OTLP ingest via the prometheus\nreceiver.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "obs-backend:prometheus",
"kind": "emits_signals_to",
"attributes": {}
}
]
}