Observability Day re‑appeared at KubeCon + CloudNativeCon North America on 9 Nov 2026, and the program now emphasizes AI workloads, telemetry cost, scale and data‑quality alongside the core CNCF projects that graduated or evolved in 2026, notably OpenTelemetry’s graduation in May.
For engineers who build or operate cloud‑native platforms, the expanded agenda signals that the observability stack is no longer a set of isolated tools but a shared pipeline that must accommodate emerging AI agents, tighter cost constraints, and higher data‑quality expectations.
Cloud Native Observability – New Community Priorities
The event’s agenda lists project‑level deep dives (Prometheus, Fluentd/Fluent Bit, Jaeger, Thanos, Cortex, Perses, Pixie, Kepler, Inspektor Gadget) and cross‑project sessions on telemetry pipelines, eBPF‑based instrumentation, and “AI and agent observability.” The inclusion of AI reflects a community consensus that AI‑driven workloads generate novel telemetry patterns that existing pipelines must ingest and analyse without breaking cost or performance budgets.
Architectural Implications
- Instrumentation strategy: Teams should anticipate adding AI‑specific metrics and traces, which may require extending OpenTelemetry SDKs or custom exporters to capture model‑inference latency, GPU utilisation, or agent‑level events.
- Pipeline economics: Sessions on telemetry cost and data quality suggest that operators will need to evaluate sampling, aggregation, and retention policies more aggressively, especially when AI workloads increase data volume.
- Cross‑project integration: The day’s focus on interoperability means that a single observability stack may combine Prometheus metrics, Fluentd logs, Jaeger traces, and eBPF‑derived signals. Practitioners must design schemas and correlation identifiers that survive across these back‑ends.
- eBPF adoption: Demonstrations of eBPF‑based instrumentation indicate a shift toward kernel‑level data collection for low‑overhead visibility, which may affect security policies around kernel modules and require additional testing in production clusters.
Operational and Security Considerations
Operators are encouraged to treat telemetry cost and data quality as operational risk factors. Over‑collecting AI telemetry can inflate storage expenses and obscure signal‑to‑noise ratios, leading to delayed incident detection. Conversely, under‑collecting may hide performance regressions in AI services.
Security engineers should note that expanding observability to AI agents introduces new data‑flow surfaces. While the source does not detail specific controls, the broader community discussion implies a need to review access controls on telemetry stores, ensure that eBPF collectors are authorised, and verify that any AI‑specific exporters do not expose sensitive model parameters.
Related CloudNinjas coverage: DevOps.
What This Means For Practitioners
Practitioners should:
- Audit existing instrumentation for gaps around AI workloads and plan incremental OpenTelemetry updates.
- Re‑evaluate sampling and retention policies to balance cost against the higher data rates expected from AI and eBPF sources.
- Design correlation identifiers that are consistent across metrics, logs, and traces to enable end‑to‑end debugging.
- Validate that any eBPF‑based collectors comply with your cluster’s security hardening guidelines before production rollout.
- Monitor the Observability Day session recordings for concrete patterns and community‑driven best practices that can be applied to your stack.

