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:
- Counter: Monotonically increasing values that track the occurrence of events
- Gauge: Values that can increase or decrease over time
- Histogram: Samples observations into configurable buckets
- Summary (Legacy): Similar to histograms but with client-side calculated quantiles
Reference: OTLP Metric Data Model
In this section
OpenTelemetry & Prometheus Compatibility
Comprehensive guide to using OpenTelemetry metrics with PromQL, explaining metric naming conventions, query building, and best practices for effective monitoring and analysis of telemetry data.
PromQL Query Patterns
A comprehensive guide to PromQL query patterns combined with OpenTelemetry data, covering gauges, histograms, summaries, and synthetic metrics. Learn efficient query patterns for performance monitoring, error detection, and resource tracking.
Last updated: May 10, 2025