惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
爱范儿
爱范儿
量子位
Martin Fowler
Martin Fowler
V
V2EX
博客园 - 三生石上(FineUI控件)
I
InfoQ
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
Engineering at Meta
Engineering at Meta

Coralogix

Automate Product Analyticsreports with your agent and the CX CLI - Coralogix Loop Engineering Guardrails for iGaming with Claude Code and CX CLI - Coralogix How iGaming Operators Trace Revenue Problems to Root Cause What is the Parquet file format? A complete guide Zero-Code Instrumentation in Kubernetes Without the Instrumentation CRD - Coralogix Olly says Hi: Scheduled tasks now report to Slack and email - Coralogix Introducing Coralogix Product Analytics - Coralogix Introducing the new Coralogix Metrics Engine - Coralogix Set a monthly budget on every Olly API Key - Coralogix Best Sentry Alternatives for Error Tracking (2026) Coralogix | Magic Quadrant 2025 How Redpin achieved full-stack observability across a £10 billion international payments platform - Coralogix Coralogix vs Sumo Logic: Pricing & Features Coralogix vs New Relic: Comparison Guide (2026) Where did all my Claude Code tokens go?  - Coralogix The AI bill arrived. Now what? - Coralogix The Data Plane Reality: OTel Scales, While Topology UX Lags - Coralogix The Observability Dataset: Architecture That Takes Agents From Junior to Senior - Coralogix Un-observable AI is Un-trustworthy AI - Coralogix Dataspaces and Datasets: A faster, goverened, observability data layer - Coralogix Stop Guessing Why Your Pods Are Crashing Coralogix Raises $200M to Scale the Observability Backbone for the Age of AI DataPrime at ingest (DPXL): See the impact of any routing decision New Explore: Faster answers, less friction, and a better way to investigate your data Explore for Spans: One View with Infinite Depth What Is Log Monitoring? Pipeline, Pitfalls, and Practices for 2026 What Is APM? A Guide to Application Performance Monitoring What Is an Incident Commander? Role, Skills, and Best Practices The cost of knowledge Introducing the Coralogix CLI: Headless Observability for Every Agent
Managing OpenTelemetry at Scale: Why OTel Pipelines Need ...
Jonny Steiner · 2026-05-10 · via Coralogix

OpenTelemetry made telemetry possible everywhere – turning observability pipelines into distributed production infrastructure. Distributed infrastructure requires a control plane for inventory, governance, and safe change. 

At 500 collectors across hybrid environments, operational overhead becomes a production risk. The moment telemetry pipelines become a distributed infrastructure, they inherit the operational problems of one.

The Reality of Day-2 Operations 

When teams move past initial deployment into long-term maintenance, they encounter the consequences of unmanaged infrastructure:

  • Velocity bottlenecks: Updates require repeated PRs, Helm upgrades, staged restarts, and manual verification. This manual cycle is too slow for modern DevOps.
  • Coverage blindspots: Finding outdated or non-reporting environments takes manual investigation, leaving gaps in instrumentation.
  • Noisy neighbors: Misconfigured collectors quietly consume CPU and memory. Without fleet-wide visibility, these outliers are hard to detect and remediate consistently.

Left unaddressed, these operational pains become significant consequences for the business: 

  • Configuration drift leads to inconsistent telemetry and security postures across the cloud environment. 
  • Slow, manual rollouts create long compliance windows during active incidents.
    • Waiting hours for PRs and Helm upgrades to propagate a configuration fix extends MTTR and stalls troubleshooting when every minute counts.
  • Without a centralized inventory, teams simply cannot answer critical questions about which versions or configurations are running in specific environments. 

Ultimately, this reliance on manual changes results in a massive operational impact for every update.

Teams need the same rollout control and governance for observability pipelines that they already expect from Kubernetes and CI/CD.

In practice, that means a control plane that can:

  • Give you a live inventory of what’s running and whether it’s healthy
  • Enforce version consistency and highlight drift
  • Target changes safely (canary → phased rollout → full rollout)
  • Prove convergence and keep an audit trail (and rollback when needed)

Coralogix Fleet Management provides that control plane for OpenTelemetry at scale.

What Fleet Management Is (and Why OpAMP Matters)

Fleet Management acts as the control plane for OpenTelemetry, giving teams centralized visibility into collector health, versions, and resource usage across their fleet. 

Concretely, the control plane shows up in two places:

  1. Fleet-wide inventory and health view (so you can see what’s running and spot drift/outliers)
  2. Controlled rollout mechanism (so configuration changes become targeted, observable deployments – not manual work per cluster).

Inventory & health (Agent Catalog): Centralized operational visibility into agent health, versions, and resource footprint – so you can find outliers and gaps without manual investigation.

Controlled change (Supervisor-enabled remote configuration): A supervised mechanism to deliver approved configuration updates and restart collectors so configuration rollouts are repeatable, targeted, and auditable.

To ensure this control plane remains open and vendor-agnostic, the system utilizes OpAMP (Open Agent Management Protocol). This standardizes the communication between the management plane and your agents, ensuring consistent orchestration.

The Architecture: Remote configuration is made possible by the OpenTelemetry Supervisor, which manages each Collector instance. The interaction follows a secure, structured flow:

  • Standardized Communication: The Supervisor establishes an HTTP connection to the Fleet Management interface.
  • Update checks (OpAMP HTTP transport): Because we utilize the OpAMP HTTP transport, the Supervisor regularly checks in with the management plane to receive approved configuration updates.
  • Automated Configuration Delivery: Once a change is detected, the Supervisor retrieves the update, applies it, and automatically restarts the Collector to activate the new configuration.

Real-World Impact: The Security Redaction Scenario

To understand the value of a telemetry control plane, let’s consider a scenario: a security audit identifies exposed PII in your telemetry, requiring an immediate redaction configuration update across every OTel pipeline in your organization.

This is a major hurdle. Organizations often struggle to implement PII redaction across hundreds of collectors, leading to fragmented policies where some data is missed entirely. Without orchestration, these shifts are slow, inconsistent, and prone to error.

Before: The Manual Marathon

In a traditional, unmanaged setup, pushing a security update follows a grueling, manual path that mirrors the slow pace of legacy infrastructure management:

  • The PR Bottleneck: Create and merge Pull Requests for multiple Helm charts across dozens of namespaces and clusters.
  • The Waiting Game: Manually trigger upgrades and wait for pods or services to restart across every environment.
  • The Validation Gap: Log into multiple systems to verify that the new configuration is active, then manually validate that the resulting telemetry is actually being redacted.
  • The Compliance Window: Throughout this hours-long process, misconfigured collectors remain active, leaving a window where sensitive data continues to leak into your backend.

After: Orchestrated Fleet Rollouts

With Fleet Management, this operational loop is compressed into a single, auditable workflow.

Step 1: Before making a change, use the Agent Catalog to verify your fleet’s current state. This centralized visibility shows which versions are active and identifies outliers that require specific attention.

Step 2: Targeted Precision (Selectors) instead of “bulk update and pray” approaches isolate specific hosts or clusters, allowing for safe canary rollouts where you test redaction logic on a subset of agents before a global push.

Step 3: Preview and activate a coordinated config set (Configuration Family) to ensure Agent, Gateway, and Cluster Collector configs stay synchronized. The UI provides a built-in preview so you can see which agents match the selectors before activation.

fleet management config

Step 4: Monitor Rollout Health as the Supervisor retrieves the new configuration during its next update check. You can monitor the rollout status as it converges across the fleet. If a collector fails to apply the configuration, you can drill down into its diagnostics to pinpoint the bottleneck and resolve it immediately.

fleet management active

Orchestration is the New Standard

The emergence of OpenTelemetry solved telemetry generation. The next operational challenge to overcome is telemetry governance at scale. Observability pipelines are more distributed than ever, so infrastructure organizations need the same deployment safety, visibility, and lifecycle control they already expect from Kubernetes and CI/CD systems.

Coralogix Fleet Management turns telemetry changes from manual infrastructure work into controlled, observable deployments. It ensures that as your OpenTelemetry footprint grows, your operations remain consistent, audited, and scalable.

Take Control of Your Fleet

If you are ready to move from manual configuration to automated fleet orchestration:

  • Audit Your Inventory: In Coralogix, navigate to Integrations → Fleet Management to view your Agent Catalog and identify version gaps or health outliers.
  • Enable Remote Configuration: Deploy your collectors with the Supervisor enabled to unlock versioned rollouts and centralized configuration management in the Configurations tab.

Get Started with Coralogix Fleet Management