Security teams should treat custom collectors as governed assets, not ad hoc binaries. Standardise the manifest, verify which receivers, processors, and exporters are allowed, and keep versioning, rollout, and health checks under central policy. That preserves local flexibility while maintaining visibility, change control, and a consistent operational baseline across the telemetry pipeline.
Custom Collector Governance Starts With a Change-Control Model
Custom OpenTelemetry collectors are often introduced to solve legitimate pipeline needs: filtering, enrichment, routing, sampling, or protocol translation that the standard build does not cover cleanly. The security problem appears when those collectors are treated as local exceptions instead of managed infrastructure. Once multiple teams can build and run their own collector variants, the organisation can lose visibility into what code is running, what data is being transformed, and which downstream systems are receiving it. That creates operational drift, inconsistent telemetry quality, and avoidable trust gaps in the observability layer. A useful baseline is to manage the collector as part of the broader NIST Cybersecurity Framework 2.0 control environment rather than as a developer convenience. In practice, many security teams only notice the control loss after a custom collector has already bypassed the intended rollout and review path.
How to Keep Flexibility Without Fragmenting the Fleet
The most effective model is to separate what teams may customise from what the platform must control. Let application or platform teams define the business logic for telemetry handling, but keep the deployment shape, approved extension points, image source, configuration schema, and release process under one operating standard. That approach limits surprise behaviour while still allowing useful local adaptation. The manifest should declare the allowed receivers, processors, and exporters, and the platform should reject unsupported combinations rather than trying to interpret them at runtime.
Central control becomes especially important when collectors are used as a policy boundary. A collector can change where telemetry is sent, how much is retained, whether sensitive fields are redacted, and how noisy or sparse the resulting signals become. If that logic is distributed without guardrails, teams may create inconsistent data paths that are hard to audit and harder to recover. A governed build-and-deploy process should therefore include signed or trusted artefacts, version pinning, promotion between environments, and health checks that verify both availability and expected pipeline behaviour. The collector should fail closed on unsupported configuration, not silently degrade into an unknown state.
- Define a small approved catalogue of collector patterns, then allow teams to choose among them instead of inventing their own baseline.
- Require configuration review for any change that affects routing, filtering, enrichment, sampling, or export destinations.
- Treat collector versions like other production dependencies, with controlled rollout and rollback.
- Verify that each fleet member exposes enough health and telemetry to confirm it is running the expected manifest.
For organisations that already operate mature infrastructure controls, the collector fleet should fit into that same release and assurance model. The guidance breaks down when teams bypass the standard image, inject runtime-only behaviour that cannot be inspected, or rely on per-host exceptions that the platform cannot measure consistently.
Where Customisation Stops Being a Feature and Starts Becoming Drift
Tighter fleet control often increases coordination overhead, so organisations have to balance experimentation against operational consistency. That tradeoff is real: the more freedom teams have to tune collectors locally, the more likely the observability layer will diverge across environments. There is no universal consensus on how much collector logic should live at the edge versus in a central pipeline, but the governance principle is stable: if the collector changes trust boundaries, data handling, or downstream routing, it should be subject to fleet policy.
This is also where edge cases matter. Short-lived test collectors, temporary routing changes, or environment-specific processors can be acceptable when they are explicitly time-bound and observed. The risk rises when temporary exceptions become the de facto production pattern. Another common edge case is shared collectors that support many workloads: they improve consistency, but they also turn misconfiguration into a blast-radius problem, because one bad rollout can affect many services at once. The right answer is usually not zero customisation, but customisation with a controlled escape hatch and a clear expiry path.
When teams ask whether to centralise everything, the practical test is whether the platform can still answer three questions at any time: what is running, what changed, and where is the data going. If any of those answers depends on tribal knowledge, fleet control is already slipping.
Practitioner Guidance: Use an approved collector pattern catalogue as the first control, then let teams request exceptions only when they can show why the standard pattern cannot meet the telemetry requirement.
Practitioner Guidance: Verify that every collector build, manifest, and rollout can be tied back to a known owner, an approved version, and an observable deployment state before you allow it into production.
Practitioner takeaway: The fleet stays governable when customisation is allowed only inside a defined control envelope; once teams can alter collector behaviour without central visibility, observability itself becomes an unmanaged dependency.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack surface, NIST CSF 2.0 and CIS Controls v8 set the technical controls, and ISO/IEC 42001:2023 define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.OC — Organizational Context | Custom collectors need defined ownership and policy context. |
| PR.IP — Information Protection Processes and Procedures | Standardised manifests, rollout, and health checks are procedural controls. | |
| Recommendation — Define collector governance boundaries and ownership before allowing fleet customisation. Standardise collector release and validation procedures across the fleet. | ||
| CIS Controls v8 | 4.1 — Establish and Maintain an Inventory of Enterprise Assets | Fleet control depends on knowing which collectors exist and where. |
| 4.2 — Address Unauthorized Assets | Ad hoc collector binaries are effectively unmanaged assets. | |
| 7.3 — Manage Default Accounts and Settings | Approved collector baselines prevent unsafe or inconsistent defaults. | |
| Recommendation — Inventory every collector instance and keep the list continuously current. Block or remove unapproved collector binaries and configurations from production. Harden collector defaults so local teams cannot drift into unsafe settings. | ||
| MITRE ATT&CK | T1070 — Indicator Removal on Host | Unaudited collectors can reduce visibility by suppressing or altering telemetry. |
| Recommendation — Inspect collector paths for telemetry suppression or unexpected data filtering. | ||
| ISO/IEC 42001:2023 | A.5 — AI system policies and governance | If collectors serve AI telemetry pipelines, governance of changes matters. |
| Recommendation — Apply formal governance to collector changes that affect AI telemetry or monitoring. | ||
Related resources from NHI Mgmt Group
- How should teams remotely manage a custom OpenTelemetry Collector distribution at scale without losing configuration control?
- How should SOC teams implement custom AI agents without losing analyst control over high-risk actions?
- How should platform teams manage service mesh resources in Terraform without losing governance control?
- How should teams manage infrastructure changes in Infrastructure as Code without losing governance or rollback control?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 10, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org