Dash0 acquires Polar Signals

Aug 20, 2026

Contributors

Deployments as chart annotations

Time-series panels can now show your deployments as markers on the timeline, colored by whether the deployment succeeded or failed. Send a dash0.deployment log event from your pipeline and every chart can tell you when the code changed.

A chart shows latency doubling at 14:02, and the first question is always the same: did we ship something? Today you leave the dashboard, open your delivery pipeline, and line up timestamps by hand. The answer was in your telemetry the whole time, one chart away.

Dashboard time-series panel with deployment markers on the timeline.

Dash0 now has a Deployments annotation type for time-series panels. Each deployment appears as a marker on the panel timeline, colored by its status, so a failed deployment reads as an error and a successful one stays neutral. Hover a marker to see the deployment's details. The annotation is not scoped to a single service, so one annotation covers everything your pipeline ships, and you can narrow it with filters. Deployments come from log events named dash0.deployment: emit them with the Send Log Event GitHub Action or with dash0 logs send from the Dash0 CLI. See Add Annotations for the setup.