Metrics

One of the key signals of Observability is metrics. Find out how Dash0 allows you to quickly navigate through your metrics and use them in alerts and dashboards.

Supported Metric Types

Dash0 supports all standard OpenTelemetry metric types, with the exception of exponential histograms. The supported types include:

  1. Counter: Monotonically increasing values that track the occurrence of events
  2. Gauge: Values that can increase or decrease over time
  3. Histogram: Samples observations into configurable buckets
  4. Summary (Legacy): Similar to histograms but with client-side calculated quantiles

Reference: OTLP Metric Data Model


Last updated: May 10, 2025