Last updated: August 25, 2026
SLO Metrics
dash0.slo.budget.remaining
Remaining error budget as a fraction of the original budget.
View the dash0.slo.budget.remaining metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
1.0 means the budget is fully intact and 0.0 means it is fully exhausted. The range is
(-inf, 1]: only the upper bound is clamped, so an over-budget SLO reads
negative and a burndown chart can render the breach below the axis. A
value at or below zero means the budget is exhausted and the SLO is in
violation; the magnitude says by how much.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.1d
Pre-aggregated SLO burn rate over a 1-day lookback window.
View the dash0.slo.burn_rate.1d metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.1h
Pre-aggregated SLO burn rate over a 1-hour lookback window.
View the dash0.slo.burn_rate.1h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.2h
Pre-aggregated SLO burn rate over a 2-hour lookback window.
View the dash0.slo.burn_rate.2h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.30min
Pre-aggregated SLO burn rate over a 30-minute lookback window.
View the dash0.slo.burn_rate.30min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.3d
Pre-aggregated SLO burn rate over a 3-day lookback window.
View the dash0.slo.burn_rate.3d metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.5min
Pre-aggregated SLO burn rate over a 5-minute lookback window.
View the dash0.slo.burn_rate.5min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Value is the ratio of the observed failure rate in the window (1 minus the success ratio) to the allowed budget fraction (1 minus the target). A value of 1.0 means the budget is being consumed at exactly the allowed rate; a value of 14.4 means it is being consumed 14.4x faster than allowed. Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.6h
Pre-aggregated SLO burn rate over a 6-hour lookback window.
View the dash0.slo.burn_rate.6h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.burn_rate.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.fast
Fast-burn alert signal: the budget is being consumed fast enough to exhaust the window soon.
View the dash0.slo.burn_rate.fast metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Google SRE multi-window multi-burn-rate, fast tier, pre-composed so an
alert can target one series instead of writing the AND of two windows.
Value is 1 when a short and long window both exceed the tier threshold,
otherwise 0. Examples for a 28 day window SLO:
dash0.slo.burn_rate.5min >= 13.4 AND dash0.slo.burn_rate.1h >= 13.4
dash0.slo.burn_rate.30min >= 5.6 AND dash0.slo.burn_rate.6h >= 5.6
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.burn_rate.slow
Slow-burn alert signal: the budget is being consumed gradually but persistently.
View the dash0.slo.burn_rate.slow metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Google SRE multi-window multi-burn-rate, slow tier, pre-composed so an
alert can target one series instead of writing the AND of two windows.
Value is 1 when a short and long window both exceed the tier threshold,
otherwise 0. Examples for a 28 day window SLO:
dash0.slo.burn_rate.2h >= 2.8 AND dash0.slo.burn_rate.1d >= 2.8
dash0.slo.burn_rate.6h >= 1.0 AND dash0.slo.burn_rate.3d >= 1.0
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.events.1h
Count of total eligible events over the trailing 1-hour window.
View the dash0.slo.events.1h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | {event} |
| Stability |
See dash0.slo.events.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.events.5min
Count of total eligible events over the trailing 5-minute window.
View the dash0.slo.events.5min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | {event} |
| Stability |
The denominator of the success ratio over the 5-minute window. Only events eligible for the SLI are counted; events excluded by the SLI filter are not. Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.events.good.1h
Count of good events over the trailing 1-hour window.
View the dash0.slo.events.good.1h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | {event} |
| Stability |
See dash0.slo.events.good.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.events.good.5min
Count of good events over the trailing 5-minute window.
View the dash0.slo.events.good.5min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | {event} |
| Stability |
The numerator of the success ratio over the 5-minute window. Feeds the short-window success-ratio and burn-rate recording rules. Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio
The SLO's overall success ratio over its compliance window.
View the dash0.slo.success_ratio metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Computed as good events divided by total
events over the full SLO compliance window, for example 28 days. Range [0, 1]; 1.0 means
every event in the window was good. This is the value that decides
whether the SLO met its objective. The windowed
dash0.slo.success_ratio.<window> series are the rolling-window
counterparts that feed the burn rate.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.1d
Success ratio over the trailing 1-day window.
View the dash0.slo.success_ratio.1d metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.1h
Success ratio over the trailing 1-hour window.
View the dash0.slo.success_ratio.1h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.2h
Success ratio over the trailing 2-hour window.
View the dash0.slo.success_ratio.2h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.30min
Success ratio over the trailing 30-minute window.
View the dash0.slo.success_ratio.30min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.3d
Success ratio over the trailing 3-day window.
View the dash0.slo.success_ratio.3d metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.5min
Success ratio over the trailing 5-minute window.
View the dash0.slo.success_ratio.5min metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Computed as good events divided by total events over the window. Range [0, 1]. Feeds the 5-minute burn rate. Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.6h
Success ratio over the trailing 6-hour window.
View the dash0.slo.success_ratio.6h metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
See dash0.slo.success_ratio.5min for value semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.success_ratio.7d
Success ratio over the trailing 7-day window.
View the dash0.slo.success_ratio.7d metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
There is deliberately no dash0.slo.burn_rate.7d companion: burn-rate alert
windows stop at 3 days, and the 7-day success ratio exists for
compliance display only. See dash0.slo.success_ratio.5min for value
semantics.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |
dash0.slo.target
The SLO's objective target as a fraction (e.g. 0.999).
View the dash0.slo.target metric in Dash0
| Property | Value |
|---|---|
| Instrument | Gauge |
| Unit | 1 |
| Stability |
Constant value per SLO in the range (0, 1). The allowed error budget is 1 - target; both
dash0.slo.burn_rate.<window> and dash0.slo.budget.remaining use this
as the reference.
Attributes:
| Key | Stability | Requirement Level | Value Type | Description | Example Values |
|---|---|---|---|---|---|
dash0.slo.id | Required | string | Unique identifier of the SLO. | b3d1e2f4-5678-4abc-9def-0123456789ab | |
dash0.slo.name | Required | string | Human-readable name of the SLO. | Checkout API availability |