Dash0

Developer Tools

An OpenTelemetry-native observability platform.

Latest · by Dash0Website

Release activity

Release activity — 15 releases across 10 days since Jun 15, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jun 15, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
Monday3 releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 20262 releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
Tuesday2 releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 20261 release on Jul 14, 2026No releases on Jul 21, 20261 release on Jul 28, 20261 release on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 20261 release on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026
ThursdayNo releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on Jun 19, 2026No releases on Jun 26, 20261 release on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 20261 release on Jul 24, 20262 releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

15 releases since Jun 15, 2026, busiest day 3

Changelog

Ruby support in the Dash0 Operator for Kubernetes

The Dash0 Operator for Kubernetes v1.151.0 introduces automatic instrumentation support for Ruby 3.3+.

Added 1
  • Automatic instrumentation support for Ruby 3.3+
View originalPermalink
How Ruby support in the Dash0 Operator for Kubernetes went

Agent0 via Dash0 MCP

The Dash0 MCP server can now delegate work to Agent0, not only answer questions about your telemetry. Connected assistants such as Claude or your editor could already query metrics, logs, traces, serv…

Added 1
  • Dash0 MCP server can now delegate work to Agent0, enabling connected assistants such as Claude or your editor to perform actions beyond querying telemetry data
View originalPermalink
How Agent0 via Dash0 MCP went

Signal Export

Any query in the Log Explorer, Trace Explorer, or Web Events Explorer can now be exported to a file. The button sits in the table header next to the display menu, with CSV as the primary action and TX…

Added 1
  • Add ability to export any query in Log Explorer, Trace Explorer, or Web Events Explorer to a file with a button in the table header next to the display menu, supporting CSV as the primary action
View originalPermalink
How Signal Export went

IaC: Teams support

You can now manage Dash0 teams as code using the Dash0 CLI, Terraform provider, and Kubernetes operator, so team definitions live in the same repository, review process, and rollout pipeline as everyt…

Added 1
  • Support for managing Dash0 teams as code using the Dash0 CLI, Terraform provider, and Kubernetes operator
View originalPermalink
How IaC: Teams support went

Spans Table dashboard widget

The new Spans Table widget brings a sortable, self-refreshing table of spans to your dashboards and the query builder.

Added 2
  • Spans Table widget for dashboards with sortable columns and self-refreshing functionality
  • Spans Table widget available in the query builder
View originalPermalink
How Spans Table dashboard widget went

AWS Lambda Observability

Full AWS Lambda observability is now in Dash0. Connect your account and see every function immediately, instrument to get traces with event payloads, correlated logs and synthetic traces for the failu…

Added 2
  • Full AWS Lambda observability with ability to connect your account and see every function immediately
  • Instrument to get traces with event payloads, correlated logs and synthetic traces for failures
View originalPermalink
How AWS Lambda Observability went

Automations: Agent0 now runs autonomously

Agent0 investigates, fixes, and reports on its own, triggered by Slack messages, GitHub events, failed checks, webhooks or a schedule. No one has to be in the loop. Unless you want to. You are in cont…

Added 3
  • Agent0 now runs autonomously, investigating, fixing, and reporting without manual intervention
  • Agent0 can be triggered by Slack messages, GitHub events, failed checks, webhooks, or a schedule
  • Agent0 operations can be optionally monitored and controlled by users
View originalPermalink
How Automations: Agent0 now runs autonomously went

Spam filter metrics

Spam filters keep unwanted telemetry out of Dash0, but until now they worked silently. Each spam filter now comes with a chart showing exactly how much data it dropped over time, so you can tell at a…

Added 1
  • Spam filters now include a chart showing how much data was dropped over time
View originalPermalink
How Spam filter metrics went

Performance improvements for charts and lists

We reworked how Dash0 renders high-cardinality charts and scrolls long lists, so the busiest views stay responsive as your data grows.

Changed 2
  • Reworked rendering of high-cardinality charts to improve responsiveness with growing data
  • Improved scrolling performance for long lists to maintain responsiveness
View originalPermalink
How Performance improvements for charts and lists went

Web events on the GeoMap

Your web event annotations now appear as pins right on the GeoMap, so you can see where in the world your users are hitting errors, not just that they are. Plus a new city reference layer and trackpad…

Added 3
  • Web event annotations now appear as pins on the GeoMap to show user error locations geographically
  • Add a new city reference layer to the GeoMap
  • Add trackpad support to the GeoMap
View originalPermalink
How Web events on the GeoMap went

Google Cloud infrastructure monitoring - Cloud SQL Monitoring

Dash0 now collects metrics for your Cloud SQL instances automatically. Connect a GCP project and see CPU, memory, and disk utilization, connection activity, and engine-specific performance for Postgre…

Added 1
  • Collect metrics for Cloud SQL instances automatically including CPU, memory, disk utilization, connection activity, and engine-specific performance
View originalPermalink
How Google Cloud infrastructure monitoring - Cloud SQL Monitoring went

Dash0 CLI: OAuth support, OTLP proxy, and more!

Browser-based OAuth login, a local OTLP forwarder for in-loop development, precision-mode queries for exact lookups, and a one-command Homebrew install — all in one release.

Added 4
  • Browser-based OAuth login support
  • Local OTLP forwarder for in-loop development
  • Precision-mode queries for exact lookups
  • One-command Homebrew install
View originalPermalink
How Dash0 CLI: OAuth support, OTLP proxy, and more! went

MCP OAuth Support

Connect MCP servers to Agent0 securely with OAuth — authorize once and skip manual token handling.

Added 1
  • Support for connecting MCP servers to Agent0 using OAuth authentication
View originalPermalink
How MCP OAuth Support went

MCP Catalogue

The new MCP catalogue lets you browse a curated list of MCP servers and connect them to Agent0 in just a few clicks, right from the Integrations Hub.

Added 2
  • Add MCP catalogue to browse a curated list of MCP servers
  • Enable connecting MCP servers to Agent0 from the Integrations Hub
View originalPermalink
How MCP Catalogue went
View all

Discussion