Zero configuration CI/CD Observability on RWX using OpenTelemetry
CI/CD pipelines rarely get slow all at once. A new task adds a few seconds. A dependency download takes a bit longer. A sequence of tests retries more often. Weeks later, the pipeline is noticeably slower and no one knows when it started, or what changed to make it slow.
Even worse, looking at a single run doesn’t help in isolation. A task taking 90 seconds might look fine, unless it usually takes 20!
Understanding CI/CD performance requires history. You need to see how runs behave over time, which tasks gradually slow down, and when a regression first appears.
Today, we’re releasing zero-configuration OpenTelemetry tracing for CI/CD.
OpenTelemetry makes your traces portable by design. You can send your RWX data to any compatible back-end, keep it alongside your other observability information, and even switch between observability tools without re-instrumenting your pipelines.
With traces flowing into your observability tool, you can compare the same task across all recorded runs and see exactly when it started getting slower, with real historical context.
There’s nothing to add to your RWX config, nothing to install. Provide your observability tool's credentials once and we’ll start sending traces.
CI/CD performance shouldn’t degrade quietly. Now it doesn’t have to!
Related posts

September 9, 2026
Trigger RWX CI and Sandboxes from Jujutsu repos
RWX CLI 3.27.0 adds support for running CI and Sandboxes from Jujutsu repos, including non-colocated repos with no .git directory.

September 8, 2026
Cursor and RWX bring first-class CI integration to Origin's marketplace
RWX is now an official marketplace integration of Cursor Origin. Teams using Origin can trigger CI runs and report results natively with RWX today.
