observability
Installation
SKILL.md
Workload Observability
Configure workloads for operational visibility by following logging, naming, tagging, and API compatibility best practices.
Container Logging
Containers must log to stdout and stderr. Do not redirect logs to files inside the container — platform log collection (Fluentd, Vector, Loki) relies on capturing stdout/stderr streams.
Required for: Telco (mandatory), Far-Edge (mandatory), Extended (mandatory), Non-Telco (optional)
containers:
- name: app
image: registry.example.com/app:v1.2.3
command: ["/app"]