Skip to content

Commit c0a3b54

Browse files
authored
Rewording (#4777)
1 parent e02c5d2 commit c0a3b54

File tree

1 file changed

+4
-4
lines changed
  • docs/observability/reliability-management-slo

1 file changed

+4
-4
lines changed

docs/observability/reliability-management-slo/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ As an example, let's say an eCommerce app considers its checkout service transac
7373

7474
The _SLI_ can be defined as the percentage of successful 5m windows in a _compliance period_ of 30 days (30d) or equal to 99.9% for any month. The number of unsuccessful (bad) transactions we allow as an _error budget_ is 0.1% of these 5m windows in 30d.
7575

76-
The following chart shows our calculations and an example 5m window for the month of January where a number of requests were unsuccessful due to a completions that averaged greater than 600ms:
76+
The following chart shows our calculations and an example 5m window for the month of January where a number of requests were unsuccessful due to completions that were greater than 500ms:
7777

78-
<img src={useBaseUrl('img/observability/slo-checkout-example.png')} alt="Reliability Management SLO SLI" />
78+
<img src={useBaseUrl('img/observability/slo-checkout-example.png')} alt="Reliability Management SLO SLI" style={{border: '1px solid gray'}} width="800" />
7979

8080
With these calculations, we can configure an SLO, add a monitor, and start managing this and other services with ease. This is just one example. You can develop many different SLOs based on evaluation types (windows-based and request-based), ratios and thresholds for calculations, and error budgets for rolling or calendar compliance periods.
8181

@@ -137,7 +137,7 @@ In the SLO screen, you can view, search, and add SLOs. Use folders to collect, p
137137

138138
To locate an SLO, use the search that returns a list of SLOs based on the name and description.
139139

140-
<img src={useBaseUrl('img/observability/slo1.png')} alt="Reliability Management SLO SLI" />
140+
<img src={useBaseUrl('img/observability/slo1.png')} alt="Reliability Management SLO SLI" style={{border: '1px solid gray'}} width="800" />
141141

142142
To open the dashboard, locate and select an SLO. The details pane gives you a preview and an option to **Open SLO Dashboard**. See [SLO Dashboards and Notifications](/docs/observability/reliability-management-slo/dashboards) for more information.
143143

@@ -154,7 +154,7 @@ The **SLO Details** tab provides a quick view of the SLO ID, description, config
154154

155155
The **Monitors** tab provides a list of associated monitors for the SLO. Expand entries to review the status, condition, and configured triggers. Click the open icon (<img src={useBaseUrl('img/observability/open-monitor.png')} alt="Reliability Management SLO SLI" width="20" /> ) to open and edit the monitor.
156156

157-
<img src={useBaseUrl('img/observability/slo-preview.gif')} alt="Reliability Management SLO SLI" />
157+
<img src={useBaseUrl('img/observability/slo-preview.gif')} alt="Reliability Management SLO SLI" style={{border: '1px solid gray'}} width="800" />
158158

159159

160160
### Query Recommendations

0 commit comments

Comments
 (0)