Adjust your SLO
- Once you've determined the right target using your existing data, build an SLO using those parameters that make sense for your business.
To do so, follow these steps:
-
Open the already created analysis that is in the Analysis complete status.
cautionYou can't create an SLO from an analysis that has no data available. Create a new analysis and select a different graph time window to get the analysis results and create an SLO.
- Click Create SLO
- The SLO wizard is displayed. Select the following:
-
In step 1, select a Service from the drop-down list that this SLO applies to.
-
In step 2, the Data Source and the Metric settings are prefilled with the values selected in the analysis.
-
In step 3, define a Time Window, that is, choose a Rolling or Calendar-Aligned Time Window.
-
In step 4, the Error Budget Calculation Method, Target, Values are populated from the analysis as a first objective in the SLO.
- You must provide unique SLO objective's Name.
-
In step 5 of the SLO wizard, you must define the SLO Name and other SLO attributes.
noteNobl9 automatically adds a link in the SLO to the SLI analysis.
- Click Create SLO
-
sloctl
by applying an automatically generated YAML configuration.
Click View YAML,
replace the SLO_NAME
and SERVICE_NAME
placeholders with the actual names of your SLO and service,
and apply that YAML through sloctl.
For more information,
refer to the SLI Analyzer documentation.Make sure to check out Use Cases of SLI Analyzer. It includes several use cases of adjusting SLO targets using the SLI Analyzer!
Statistical data
Besides computing your actual SLO status with the configured metric and time window settings, SLI Analyzer provides you with additional statistical data.
These numbers can additionally help you better understand the performance of your service:
Besides the above-mentioned statistical data, you can also see percentiles. These include:
- For the Values field operators
≥
or>
,p1
,p5
,p10
, andp50
are displayed: - For the Values field operators
≤
or<
,p50
,p90
,p95
,p99
andp99.9
are displayed:
For more detailed information on analysis results and its interpretation, refer to the Overview of an SLI Analysis.