Deploy the tenant-hosted Gateway
Cerbi Core deploys into a customer-controlled Azure subscription with private networking, managed identity, and immutable service images.
Cerbi Gateway adds a governed OpenTelemetry boundary without adding a Cerbi SDK to every application. For workloads already emitting OTLP, adoption is usually an endpoint or Collector-route change. Gateway verifies signed policy, governs telemetry, records evidence, and forwards to the current observability platform.
How Gateway fits
Gateway is not another application logging framework. It is a tenant-hosted enforcement point placed in the telemetry path that already exists.
Existing workloads
Keep the OpenTelemetry SDK, auto-instrumentation agent, platform integration, or Collector already producing OTLP.
Cerbi Gateway
Existing destinations
Existing dashboards, alerts, retention, analytics, incident response, and purchasing relationships remain intact.
Governance profiles are validated, signed, versioned, published, and verified before runtime activation.
CerbiShield records policy, target, decision, exception, and operational evidence without becoming the raw-log destination.
Accurate boundary: no Cerbi SDK is required. The workload must already emit OTLP through a standard OpenTelemetry SDK, agent, platform integration, or Collector. Workloads with no OTLP path still need standard OpenTelemetry instrumentation.
Three-step adoption
Cerbi Core deploys into a customer-controlled Azure subscription with private networking, managed identity, and immutable service images.
Point an existing OpenTelemetry SDK, auto-instrumentation agent, or Collector route at Cerbi Gateway. The application does not add a Cerbi runtime package.
Gateway verifies a signed Runtime Policy Bundle, governs telemetry, records bounded evidence, and forwards the result to the existing observability platform.
What changes
The exact action is policy-controlled: allow, mask, remove, block, reject, or attach governance context. This illustrative example shows why the boundary matters.
{
"service.name": "checkout-api",
"user.email": "jane@example.com",
"authorization": "Bearer eyJ...",
"request.body": "{ full customer payload }",
"severity": "ERROR"
}{
"service.name": "checkout-api",
"user.email": "[MASKED]",
"authorization": "[REMOVED]",
"request.body": "[BLOCKED]",
"severity": "ERROR"
}Business value
Apply policy before PII, secrets, oversized payloads, or disallowed fields are copied into downstream indexes, alerts, archives, and dashboards.
Start with workloads already emitting OTLP and govern them through a shared endpoint rather than introducing a new Cerbi SDK into every codebase.
Existing exporters, analytics, dashboards, retention, incident response, and purchasing relationships remain downstream and customer-controlled.
Track policy version, deployment target, activation result, governance decisions, exceptions, and operational health through CerbiShield.
Signed policy is verified before activation. Failed reloads do not silently replace a known-good runtime policy.
Cerbi does not operate a hosted raw-log relay. Gateway processing and the downstream telemetry path remain in the customer environment.
Why not ordinary Collector processors?
OpenTelemetry processors are useful building blocks. Cerbi adds signed policy lifecycle, controlled distribution, evidence, exceptions, rollback protection, and one control model across central and in-process enforcement.
Choose the enforcement point
Gateway is the lower-friction path for existing OTLP estates. CerbiStream remains available when policy must run inside a selected application before the first network hop.
Evaluation
The initial evaluation preserves the existing destination and produces evidence before any broader rollout decision.
Request a Gateway evaluationQuestions
No. Cerbi Gateway does not require a Cerbi application package. A workload that already emits OTLP can usually be adopted by changing its OTLP endpoint or an existing Collector route.
It must emit OTLP somehow. That can be an existing OpenTelemetry SDK, auto-instrumentation agent, platform integration, or Collector. A workload that emits no OTLP today still needs one of those standard OpenTelemetry paths.
No. Gateway sits before the current destination. Splunk, Datadog, Elastic, Azure Monitor, Sentinel, Grafana, or another OTLP-compatible destination remains in place.
Cerbi does not operate a hosted raw-log relay. Gateway processes telemetry inside the customer environment. CerbiShield receives bounded governance and operational evidence rather than acting as the raw telemetry destination.
Yes. CerbiStream can govern selected high-risk applications at emission, while Gateway provides a central OTLP boundary for broader platform adoption.
Not yet. The page describes the controlled preview while final image publication, deployment lifecycle, and Marketplace validation are completed.
Gateway remains a controlled preview while final runtime, image publication, deployment lifecycle, and Marketplace validation are completed.
[ cerbi ] · Choose the boundary
Use CerbiStream inside selected applications, Cerbi Gateway at the OpenTelemetry boundary, or both. CerbiShield controls signed policy, rollout, evidence, and audit across either path.