II.
ObservabilityBackend JSON
Structured · liveobs-backend:new-relic
New Relic json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "obs-backend:new-relic",
"_kind": "ObservabilityBackend",
"_file": "extensions/observability/observability-backends.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "New Relic",
"kind": "multi",
"vendor": "New Relic",
"protocols": [
"otlp-http",
"new-relic-agent"
],
"notes": "APM + infra + logs SaaS; first-class OTLP support.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "obs-backend:new-relic",
"kind": "emits_signals_to",
"attributes": {}
}
]
}