TL;DR: Exploding observability costs, inconsistent data quality, and brittle OpenTelemetry pipelines that break under change define a telemetry problem in KubeCon North America conversations, according to Sawmills. The practical implication is that teams need upstream control over telemetry volume, schema quality, and pipeline reliability before cost and signal loss become structural.
At a glance
What this is: This is a KubeCon recap arguing that telemetry operations are becoming too expensive and fragile to manage with reactive fixes alone.
Why it matters: It matters because observability programmes now sit at the intersection of cost control, data quality, and operational resilience, and identity-adjacent telemetry pipelines can affect detection, auditability, and automation.
👉 Read Sawmills' recap of KubeCon telemetry cost and pipeline innovation
Context
Telemetry management breaks down when teams treat volume growth, schema drift, and pipeline changes as separate problems. In practice, noisy data increases cost, poor structure reduces usefulness, and pipeline fragility creates gaps exactly when engineers need continuity most. For identity and security programmes, that same pattern can weaken audit trails, detection logic, and the trustworthiness of machine-generated signals.
The article frames a real operational tension in cloud-native environments: telemetry is expected to be more dynamic, but the tooling and operating model often remain brittle. Where telemetry feeds security analytics, IAM monitoring, or workload behaviour analysis, unreliable pipelines become a governance issue as much as an engineering issue.
Key questions
Q: How should teams reduce observability costs without losing useful telemetry?
A: Start at the pipeline, not the backend. Filter obvious noise, remove high-cardinality fields, and tail-sample traces so routine traffic is reduced after full context is available. That preserves error and latency signal while cutting ingest, storage, and query costs before they become locked into the observability bill.
Q: Why do brittle telemetry pipelines create risk for IAM and SOC programmes?
A: Brittle pipelines create risk because identity evidence and detection signals lose value when they are delayed, incomplete, or trapped in a proprietary format. IAM teams need reliable access trails, and SOC teams need timely context to correlate events. When those data paths fail, investigations slow down and governance decisions are based on partial evidence.
Q: What do organisations get wrong about telemetry cost optimisation?
A: They often optimise for storage and CPU without measuring the impact on correlation, auditability, and incident reconstruction. Cost controls are necessary, but if they remove the records that explain why a system acted, the organisation has reduced visibility rather than improved efficiency.
Q: How should organisations govern telemetry changes in production?
A: Treat telemetry changes like any other production control change. Require validation for schema consistency, hot reload behaviour, rollback paths, and continuity of collection before deployment. If a change can interrupt data flow, it should pass the same operational scrutiny as a release that could affect service availability.
Technical breakdown
Why observability pipelines become fragile under change
OpenTelemetry Collector pipelines are built from processors, filters, samplers, and exporters that shape data in transit. When those components require a restart or rollout to change, even small edits can interrupt flow, drop records, or create dashboard discontinuities. That fragility is not only a reliability issue. It also means telemetry governance depends on deployment mechanics, version control, and change discipline, not just on the collector itself. In security programmes, broken pipelines can delay detection and make it harder to trust evidence from identity or workload activity.
Practical implication: treat telemetry pipeline changes like production control changes and require no-downtime validation before rollout.
Why noisy logs and high cardinality drive cost without improving control
Telemetry cost rises when teams keep collecting low-value logs, metrics, and traces at scale. High-cardinality data can be useful, but only when teams understand which dimensions matter and which fields merely multiply storage and ingestion costs. Unstructured logs and missing attributes also reduce the value of what is collected, because automation and troubleshooting depend on consistent schema. The underlying problem is not data volume alone. It is uncontrolled telemetry economics, where volume grows faster than governance over relevance and retention.
Practical implication: classify telemetry by business and security value, then enforce filtering and retention rules before ingestion.
How hot reload changes the OpenTelemetry control model
Hot reloading shifts pipeline management from disruptive redeployments to in-stream reconfiguration. That means processors, filters, and transformers can adapt without stopping collection, which reduces the risk of blind spots during routine changes. Architecturally, this is important because it moves the control point closer to runtime governance. For observability teams, the benefit is continuity. For security teams, the larger lesson is that change-safe instrumentation is a prerequisite for trustworthy operational evidence, especially when telemetry supports alerting, compliance, or investigations.
Practical implication: prefer runtime-safe telemetry controls where pipeline continuity is required for monitoring and investigation.
NHI Mgmt Group analysis
Telemetry governance is becoming a control-plane problem, not a tooling problem. The article shows that costs, noise, and pipeline fragility are converging into one operational failure mode: teams cannot govern what they cannot change safely. That matters because telemetry underpins detection, troubleshooting, and audit evidence. When change itself creates gaps, the issue is governance maturity, not just observability spend. Practitioners should treat telemetry pipelines as part of the control plane.
Schema quality is now a security and resilience concern. Missing attributes, unstructured logs, and brittle filters reduce the usefulness of telemetry for both operations and investigation. In identity-heavy environments, poor telemetry structure can obscure authentication anomalies, workload behaviour, and privilege misuse. The named concept here is telemetry trust debt: the growing gap between collected data and data teams can actually rely on. Practitioners should measure signal quality, not just ingestion volume.
Upstream filtering is the right place to control telemetry economics. The article points to a shift away from paying to store waste and toward shaping data before it reaches expensive backends. That is a practical governance change, because cost control and signal quality become linked. For teams running large cloud estates, this aligns with NIST Cybersecurity Framework 2.0 and NIST SP 800-53 Rev 5 Security and Privacy Controls by forcing clearer control ownership over data flows. Practitioners should move cost decisions closer to collection.
AI-assisted telemetry management will matter only if it reduces operational variance. The article suggests automation can help detect waste, schema problems, and remediation opportunities, but automation itself does not fix governance gaps. If teams do not define what good telemetry looks like, AI will merely accelerate inconsistent policy. That is especially relevant where telemetry supports SOC workflows or identity analytics. Practitioners should use automation to enforce standards, not to postpone them.
Observability teams should stop treating pipeline resilience as an implementation detail. The article makes clear that restarts, rollouts, and data gaps have direct business impact when telemetry supports SRE, security, or compliance workflows. The field is moving toward runtime-adaptive pipelines because static change processes are too brittle for modern environments. Practitioners should align telemetry operations with resilience objectives, not only with engineering convenience.
What this signals
Telemetry teams should expect cost reduction programmes to shift upstream, because filtering after ingestion rarely fixes the economics or the data quality problem. The better operating model is to govern collection at the point of generation, then preserve only the signals that support security, reliability, and audit outcomes.
Telemetry trust debt: the more teams allow inconsistent schema and brittle pipelines to accumulate, the less they can rely on operational evidence when incidents happen. That should push observability owners to align pipeline controls with NIST Cybersecurity Framework 2.0 and NIST SP 800-53 Rev 5 Security and Privacy Controls, especially where telemetry supports monitoring and investigation.
Where telemetry feeds identity or security analytics, reliability becomes part of the control architecture. Teams that cannot reconfigure pipelines safely will continue to trade off visibility, cost, and continuity, and that is no longer sustainable in cloud-native environments.
For practitioners
- Implement upstream telemetry filtering Reduce ingestion cost by filtering noisy logs, low-value metrics, and redundant traces before they reach premium storage and analytics layers.
- Validate pipeline change safety Test OpenTelemetry Collector updates for hot reload behaviour, rollback safety, and continuity before you allow production pipeline changes.
- Standardise telemetry schema quality Require consistent attributes, field naming, and enrichment rules so automation and incident response can depend on the data.
- Measure telemetry value by use case Tie collection rules to troubleshooting, detection, compliance, and service objectives so spend tracks actual operational value rather than data volume.
Key takeaways
- Telemetry programmes fail when cost, quality, and pipeline resilience are managed separately instead of as one governance problem.
- The operational pressure point is upstream control, because filtering and schema discipline matter more than retrospective cleanup.
- Runtime-safe pipeline changes are becoming a baseline requirement for trustworthy observability in cloud-native environments.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | Telemetry quality and pipeline reliability affect continuous monitoring outcomes. |
| NIST SP 800-53 Rev 5 | AU-2 | Telemetry pipelines feed audit and monitoring data that must be controlled and retained correctly. |
| CIS Controls v8 | CIS-8 , Audit Log Management | The article focuses on log quality, ingestion discipline, and telemetry value. |
Use AU-2 to define which telemetry is collected, for what purpose, and under what retention rules.
Key terms
- Observability Pipeline: An observability pipeline is the layer that collects, shapes, and routes telemetry before it reaches storage or analytics tools. In security operations, it determines which records are preserved, transformed, enriched, anonymized, or dropped, and therefore strongly influences both detection quality and auditability.
- Telemetry Context Debt: Telemetry context debt is the growing gap between raw data volume and the contextual information needed to interpret it correctly. When source lineage, ordering, firmware state, and cohort data are missing, analysis becomes slower, less trustworthy, and harder to reproduce across teams.
- OpenTelemetry Collector: A configurable service that receives telemetry, processes it, and exports it to one or more back ends. It acts as the central routing layer for metrics, logs, and traces in a vendor-neutral observability pipeline.
What's in the full article
Sawmills' full recap covers the operational detail this post intentionally leaves for the source:
- The conference talk details how hot reloading works across OpenTelemetry Collector processors, filters, samplers, and transformers.
- It includes the practical pipeline changes that can be made without restarts or data gaps, which matters for production rollout planning.
- It shows how the platform handles waste detection, schema fixes, and remediation in-stream for teams that need implementation detail.
- The source also frames the observability cost problem in the vendor's own terms, including how teams are thinking about Datadog, New Relic, Grafana, and Loki.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle control. It helps security and identity practitioners connect access governance to the broader controls their programmes depend on.
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org