Bring Your Own Collector is an operating model for telemetry pipelines where teams supply their own OpenTelemetry Collector build instead of accepting a fixed vendor distribution. It preserves choice over included components, release timing, and binary scope, while still allowing central management of rollout, visibility, and operational policy.
Expanded Definition
Bring Your Own Collector is a telemetry deployment pattern, not a new telemetry protocol. It describes who supplies the OpenTelemetry Collector binary, which extensions or receivers are included, and how quickly updates can be adopted. The term is used when a team wants to control the collector’s build while still participating in a shared observability program.
The boundary matters. A Bring Your Own Collector model is different from a centrally managed collector fleet where one approved image is pushed to everyone, and it is also different from ad hoc sidecars or agents that are unmanaged. The operational question is whether the collector is treated as a governed platform component or as a team-owned artifact with local variation. In practice, that choice affects release discipline, compatibility testing, and who is accountable when a pipeline breaks.
Guidance versus consensus is still emerging in the market. Most practitioners agree that flexibility helps with specialised telemetry needs, but there is no single standard for how much collector variation is safe before observability becomes fragmented. The term is therefore best understood through its control boundary, not just by whether the collector is “custom.”
Examples and Use Cases
Bring Your Own Collector usually appears where telemetry requirements differ across services, environments, or compliance zones. Common examples include:
- A platform team publishes a reference collector configuration, while application teams compile their own builds to include only the receivers and exporters they need.
- A regulated workload uses a team-owned collector so data routing, buffering, and filtering can be aligned with local retention or residency requirements.
- A large engineering organisation lets different product groups pin collector versions at different rates to reduce upgrade risk during major platform changes.
- A security team uses a controlled collector build to standardise how logs, traces, and metrics are enriched before they leave an environment.
The main trade-off is flexibility versus uniformity. More local control can reduce dependency on a single vendor distribution, but it also increases the number of binary variants, test paths, and support scenarios that operations must understand.
Security Implications
Bring Your Own Collector can improve control over telemetry handling, but it also changes the trust model around the collector binary itself. If teams can supply their own build, the organisation must assume variation in included modules, update cadence, and hardening quality. That creates a real risk of inconsistent security posture across otherwise similar services.
Mismanagement tends to show up as drift: one build forwards too much data, another drops critical signals, and a third lags on fixes for known collector vulnerabilities. Because the collector sits in the data path, failures are not limited to monitoring blind spots. They can also create accidental data exposure, unreliable detection coverage, and brittle incident response when different teams cannot reproduce the same pipeline behaviour.
A practical warning sign is when collector ownership is unclear. If no one can answer who approves the build, who validates plugins, and who can revoke a risky version, the organisation has created a distributed control problem rather than a flexible telemetry model.
Domain and Governance Relevance
From an observability perspective, Bring Your Own Collector is about governance of a shared pipeline component. The key management issue is not just whether telemetry arrives, but whether each collector instance remains within an approved operating envelope for data handling, update control, and supportability. That is why the model often requires explicit policy on build provenance and release cadence.
The NHI lens becomes relevant only when the collector is also used as a control point for machine-generated telemetry or other non-human traffic. In that case, the collector’s role is not just technical transport. It becomes part of the trust boundary for system-to-system data, which means a weak or inconsistent build can affect how reliably non-human sources are observed, filtered, and governed.
For that reason, Bring Your Own Collector is best treated as a platform governance decision with security implications, not as a simple packaging preference. Its value depends on whether the organisation can preserve local flexibility without losing standardisation where it matters most.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| CIS Controls v8 | 6 — Access Control Management | Collector build ownership affects who can approve and change telemetry paths. |
| 8 — Audit Log Management | Collector variants can alter what telemetry is captured, dropped, or forwarded. | |
| 16 — Application Software Security | Custom collector binaries require software integrity and update discipline. | |
| Recommendation — Restrict collector build and rollout access to approved operators. Standardize collector logging so deviations in telemetry handling are detectable. Validate collector builds and patch release pipelines before deployment. | ||
| NIST CSF 2.0 | PR.AC-5 — Network Integrity Is Protected | Collectors sit in the data path and must preserve trusted telemetry flow. |
| PR.IP-12 — Vulnerability management plan is implemented | Bring-your-own builds need version and vulnerability control. | |
| DE.CM-7 — Monitoring for unauthorized personnel, connections, devices, and software is performed | Unapproved collector binaries or plugins create visibility and integrity gaps. | |
| Recommendation — Protect collector network paths so telemetry transport cannot be altered. Track collector versions and remediate known weaknesses on a defined cadence. Detect unauthorized collector images, extensions, and configuration drift. | ||
| OWASP Non-Human Identity Top 10 | NHI-06 — Secrets Exposure and Credential Abuse | Collector pipelines often handle machine-generated telemetry with sensitive auth data nearby. |
| Recommendation — Limit collector access to secrets and prevent accidental credential leakage. | ||
Related resources from NHI Mgmt Group
- How should security teams handle onboarding when customers bring their own identity provider?
- How should security teams govern vendor access in Bring Your Own Cloud deployments?
- Why does bring-your-own-cloud deployment matter for IAM automation?
- Who should own collector sizing and cache tuning for infrastructure monitoring?
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