SLI

Good

Lower Bound

{{ metricName }}
SLO_Lower_Bound

Upper Bound

{{ metricName }}
SLO_Upper_Bound

SLO Good Bounds

Lower Threshold: {{ slo.lowerThreshold }}

Upper Threshold: {{ slo.upperThreshold }}

Good

{{ slo.lowerThreshold }} {{ boundTypeToString(sli.lowerBound) }}   {{ metricName }}   {{ boundTypeToString(sli.upperBound) }} {{ slo.upperThreshold }}

Metric Data

Presets

Fine Tune

Range Quick Set Probability
From To Absolute Relative
{{ toFixed(b.min) }} {{ toFixed(b.max) }}
{{ toFixed(percentages[i], 2) }} {{ toFixed(b.probability, 2) }}%

Data Points

Sort order

Sorted Points

Percentiles

Accumulated Failure Counter

Service Level Status

Burn Rate

Analytics

Value Description
Data Count {{ analytics.count }} Number of elements in the dataset
Min {{ metricName }} {{ analytics.min }} Minimum number in the dataset
Max {{ metricName }} {{ analytics.max }} Maximum number in the dataset
Range {{ analytics.range }} Difference between the max and min in the randomly generated dataset
Mean {{ metricName }} {{ analytics.mean }} Average of all numbers in the dataset
Median {{ metricName }} {{ analytics.median }} Midpoint of the dataset
{{ p.name }} {{ metricName }} {{ p.value }} Value at index {{ p.index }} out of {{ analytics.count }}
Good {{ slStats.good }} Number of good events
Bad {{ slStats.bad }} Number of bad events
SLS {{toFixed((slStats.good / slStats.total) * 100)}}% Service Level Status over the entire dataset

Emulate an incident

{{ jsonData }}