Spaces:
Sleeping
Sleeping
File size: 407 Bytes
02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | SPACE_SPEC = {
"id": "observability-space",
"name": "Observability Space",
"icon": "📈",
"color": "#22c55e",
"layer": "Monitoring Layer",
"description": "Logs, metrics, tracing, agent monitoring, and runtime analytics.",
"responsibilities": [
"logs",
"metrics",
"tracing",
"agent monitoring",
"runtime analytics"
],
"roles": [
"cognition",
"automation"
]
}
|