OpenTelemetry-native telemetry pipelinePipeline de telemetría nativo de OpenTelemetry

Ingest anything.
Route it your way.
Ingerí lo que sea.
Enrutá a tu manera.

Receive OTLP and the classic protocols, filter and redact in flight, and route to any destination — from one pipeline.Recibí OTLP y los protocolos clásicos, filtrá y enmascará al vuelo, y enrutá a cualquier destino — desde un solo pipeline.

A standard OpenTelemetry Collector — no proprietary agent, no lock-in. Manage the whole fleet from one place over OpAMP, with versioned config you can preview, activate and roll back.Un OpenTelemetry Collector estándar — sin agente propietario, sin lock-in. Gestioná toda la flota desde un solo lugar vía OpAMP, con configuración versionada que podés previsualizar, activar y revertir.

Your own OTel Collector · OpAMP fleet · no proprietary agentTu propio OTel Collector · flota OpAMP · sin agente propietario
Built on open standardsConstruido sobre estándares abiertos
OpenTelemetryOTLPOTTLOpAMP
01  Use casesCasos de uso

One pipeline, many jobs.Un pipeline, muchas tareas.

Shape telemetry at the edge — before it costs you storage, and before sensitive data ever leaves your network.Moldeá la telemetría en el borde — antes de que te cueste almacenamiento, y antes de que un dato sensible salga de tu red.

Cut what you storeReducí lo que almacenás
Drop noisy debug logs, sample high-volume streams, and roll logs up into metrics — in the pipeline, before anything reaches storage. You decide what's worth keeping.Descartá logs de debug ruidosos, muestreá flujos de alto volumen, y convertí logs en métricas — en el pipeline, antes de que algo llegue al almacenamiento. Vos decidís qué vale la pena guardar.
# filter below INFO, then batch
filter/noisebatchexport
Redact PII in flightEnmascará PII al vuelo
Mask or hash emails, tokens and IDs with OTTL before storage. Sensitive data never lands.Enmascará o hasheá emails, tokens e IDs con OTTL antes de almacenar. El dato sensible nunca aterriza.
Route by ruleEnrutá por regla
Send security logs to a SIEM or archive, app telemetry to RCX — split one stream by attribute.Mandá logs de seguridad a un SIEM o archivo, telemetría de apps a RCX — partí un flujo por atributo.
Switch backends, keep the appsCambiá de backend sin tocar las apps
Migrate destinations by repointing the pipeline — not by re-instrumenting every service.Migrá destinos repunteando el pipeline — no reinstrumentando cada servicio.
02  How it worksCómo funciona

Receive, shape, route.Recibir, moldear, enrutar.

The same three stages of the OpenTelemetry Collector, made self-service and versioned.Las mismas tres etapas del OpenTelemetry Collector, hechas self-service y versionadas.

CollectRecolectar
ReceiveRecibir
OTLP or filelog, from apps, hosts and Kubernetes.OTLP o filelog, desde apps, hosts y Kubernetes.
TransformTransformar
Filter & shapeFiltrar y moldear
Drop, sample, redact, batch and enrich in-flight with OTTL — before anything is stored.Descartá, muestreá, enmascará, agrupá y enriquecé al vuelo con OTTL — antes de almacenar.
RouteEnrutar
Send onwardEnviar
To the RCX Platform, your own sink, or several destinations at once — pushed to your agents over OpAMP.A la plataforma RCX, tu propio sink, o varios destinos a la vez — empujado a tus agentes vía OpAMP.
03  Visual builderBuilder visual

See the whole pipeline as a graph.Mirá todo el pipeline como un grafo.

Receivers, processors, connectors and exporters on one canvas. Drag a handle to wire, click a node to configure — and the collector YAML round-trips underneath, so the Visual and YAML tabs are always the same pipeline.Receivers, processors, connectors y exporters en un solo lienzo. Arrastrá un handle para conectar, clickeá un nodo para configurar — y el YAML del collector hace round-trip por debajo, así las pestañas Visual y YAML son siempre el mismo pipeline.

Visual YAML Add componentAgregar componente TidyOrdenar ✓ ValidateValidar

Kinds and colours match the product — receivers, processors, connectors, exporters, with a dot per signal. It's the same graph the config editor renders — see how it's validated below.Los tipos y colores coinciden con el producto — receivers, processors, connectors, exporters, con un punto por señal. Es el mismo grafo que renderiza el editor de config — mirá cómo se valida abajo.

04  In-flight transformTransformación al vuelo

Shape data before it lands.Moldeá el dato antes de que aterrice.

Rules are plain OpenTelemetry Collector config with OTTL — reviewable, versioned, and portable. No black box.Las reglas son config estándar del OpenTelemetry Collector con OTTL — revisables, versionadas y portables. Sin caja negra.

redact + reduce · processors
# mask emails, drop debug, then batch
processors:
  transform/redact:
    log_statements:
      - context: log
        statements:
          - replace_pattern(body,
              "[\w.-]+@[\w.-]+", "[email]")
  filter/noise:
    logs:
      log_record:
        - 'severity_number < SEVERITY_NUMBER_INFO'
  batch: {}
route by attribute · connector
# split one stream by tenant / team
connectors:
  routing:
    default_pipelines: [logs/rcx]
    table:
      - context: resource
        condition: 'attributes["team"] == "sec"'
        pipelines: [logs/siem, logs/archive]
      - context: resource
        condition: 'attributes["env"] == "dev"'
        pipelines: [logs/sampled]
05  Fleet over OpAMPFlota vía OpAMP

Your collectors, at a glance.Tus collectors, de un vistazo.

Every collector reports in over OpAMP — status, host, OS, version and live throughput — and takes config back the same way. No SSH, no config-management sprawl.Cada collector reporta vía OpAMP — estado, host, OS, versión y throughput en vivo — y recibe config por el mismo canal. Sin SSH, sin dispersión de config-management.

  • One-line installer for Windows, macOS, Linux and containersInstalador de una línea para Windows, macOS, Linux y contenedores
  • Push config and version upgrades from the UIEmpujá config y upgrades de versión desde la UI
  • Live throughput per collector and per bucketThroughput en vivo por collector y por bucket
  • Group and target agents by labelAgrupá y apuntá agentes por label
CollectorCollectorHostOSVer.Ver.ThroughputThroughputStatusEstado
edge-01ip-10-0-1-14linux/amd640.112.012.4 MB/shealthysano
edge-02ip-10-0-1-22linux/amd640.112.09.1 MB/shealthysano
k8s-daemonseteks-prodlinux/arm640.112.044.2 MB/shealthysano
win-agent-03WKS-4471windows0.111.20.8 MB/supgradeupgrade
Illustrative fleet view — example collectors, not live data.Vista de flota ilustrativa — collectors de ejemplo, no datos en vivo.
06  Versioned & validatedVersionado y validado

Validate, then ship.Validá, después desplegá.

Before a change goes out, RCX runs the bundled otelcol-contrib plus a structural lint against it. Then it's a version you can preview, activate and roll back.Antes de que un cambio salga, RCX corre el otelcol-contrib incluido más un lint estructural sobre él. Después es una versión que podés previsualizar, activar y revertir.

otelcol-contrib · config check · prod-logs v25preflight
Visual ↔ YAML round-trips cleanlyVisual ↔ YAML hace round-trip limpio
otelcol-contrib config check — passedotelcol-contrib config check — pasó
No orphan components — every receiver and exporter is wiredSin componentes huérfanos — cada receiver y exporter está conectado
receiver "filelog" is declared but not used in any pipelineel receiver "filelog" está declarado pero no se usa en ningún pipeline
Every pipeline has at least one exporterCada pipeline tiene al menos un exporter
No secrets in plaintextSin secretos en texto plano
6 checks · 1 warning · validated with the bundled collector binary6 chequeos · 1 advertencia · validado con el binario del collector incluidoSafe to applySeguro para aplicar
01
PreviewPrevisualizar
Edit in the visual builder or as raw YAML, and see the diff against what's running.Editá en el builder visual o como YAML crudo, y mirá el diff contra lo que está corriendo.
02
ActivateActivar
Roll the new version out to a bucket or a labelled group of agents over OpAMP.Desplegá la nueva versión a un bucket o a un grupo de agentes etiquetados vía OpAMP.
03
Roll backRevertir
Something off? Restore the previous version instantly — nothing to hand-edit.¿Algo raro? Restaurá la versión anterior al instante — nada que editar a mano.
07  Why RCX PipelinesPor qué RCX Pipelines

Open by default.Abierto por defecto.

No proprietary agent, no proprietary format. What goes in and comes out is OpenTelemetry.Sin agente propietario, sin formato propietario. Lo que entra y sale es OpenTelemetry.

No lock-inSin lock-in

A standard OTel CollectorUn OTel Collector estándar

The agent is the OpenTelemetry Collector — the CNCF standard, not a fork you can't leave. Config is plain YAML + OTTL you can read, diff and take with you. Fleet control is OpAMP, an open protocol. Nothing here is a black box.El agente es el OpenTelemetry Collector — el estándar de la CNCF, no un fork del que no podés salir. La config es YAML + OTTL que podés leer, diffear y llevarte. El control de flota es OpAMP, un protocolo abierto. Nada acá es una caja negra.

# in and out, same standard
OTLP OTTL OTLP / any exporter
PrivacyPrivacidad

Redact before storageEnmascará antes de almacenar

Mask or hash PII in flight, so sensitive data never reaches a backend.Enmascará o hasheá PII al vuelo, para que el dato sensible nunca llegue a un backend.

Any destinationCualquier destino

Bring your own sinkTraé tu propio sink

Route to the RCX Platform, your existing backend, a SIEM, or object storage — one or many.Enrutá a la plataforma RCX, tu backend actual, un SIEM, u object storage — uno o varios.

ControlControl

Versioned changesCambios versionados

Preview, activate and roll back — every change is a version, nothing edited by hand on a box.Previsualizá, activá y revertí — cada cambio es una versión, nada editado a mano en un server.

Fleet

Managed over OpAMPGestionada vía OpAMP

Status, version and throughput for every collector, with a one-line installer.Estado, versión y throughput de cada collector, con instalador de una línea.

08  Two ways inDos formas de entrar

Just the pipeline, or the whole platform.Solo el pipeline, o toda la plataforma.

Run Pipelines on its own to any destination, or make RCX the destination and get the full platform. Same OpenTelemetry, same fleet.Usá Pipelines por su cuenta hacia cualquier destino, o hacé de RCX el destino y obtené la plataforma completa. El mismo OpenTelemetry, la misma flota.

RCX Pipelines

Just the pipelineSolo el pipeline

Collect, shape and route to any sink you already run.Recolectá, moldeá y enrutá a cualquier sink que ya tengas.

  • OTLP + classic protocols in, via the OpenTelemetry CollectorOTLP + protocolos clásicos de entrada, vía OpenTelemetry Collector
  • Transform, filter and redact in-flight with OTTLTransformá, filtrá y enmascará al vuelo con OTTL
  • Route to any destination: your own sink or backendEnrutá a cualquier destino: tu propio sink o backend
  • Fleet + versioned config over OpAMPFlota + config versionada vía OpAMP
RCX Platform

The whole platformToda la plataforma

Make RCX the destination — storage, query and correlation included.Hacé de RCX el destino — almacenamiento, consulta y correlación incluidos.

  • Logs, traces, metrics and RUM, stored and queryableLogs, trazas, métricas y RUM, almacenados y consultables
  • rcxQL, one query language across every signalrcxQL, un lenguaje de consultas para cada señal
  • Service map, alerts and incidents (20+ detectors)Mapa de servicios, alertas e incidentes (20+ detectores)
  • Workflows, automation and session replayFlujos, automatización y repetición de sesiones
See the platformVer la plataforma

Point your Collector at RCX.Apuntá tu Collector a RCX.

Stand up a pipeline on your real telemetry in minutes. Filter, redact and route — and manage the fleet from one place.Levantá un pipeline con tu telemetría real en minutos. Filtrá, enmascará y enrutá — y gestioná la flota desde un solo lugar.

Start free trialProbar gratis Your own OTel Collector · no proprietary agentTu propio OTel Collector · sin agente propietario