Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f8214c3

Browse files
committed
Clarify use of filters
1 parent dd8f6ea commit f8214c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts-detectors-notifications/slo/create-slo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Follow these steps to create an SLO.
5656
G = data('good.metric', filter=filter('sf_error', 'false'))
5757
T = data('total.metric')
5858
59-
* Line 1 defines the metric you want to use for the success request count as a variable named ``G``. Replace ``'good.metric'`` with the name of the metric you want to track.
59+
* Line 1 defines the metric you want to use for the success request count as a variable named ``G``. Replace ``'good.metric'`` with the name of the metric you want to track. Replace the example filters with appropriate filters for the dimension that distinguishes success requests from total requests.
6060
* Line 2 defines the metric you want to use for the total request count as a variable named ``T``. Replace ``'total.metric'`` with the name of the metric you want to track.
6161

6262
You can also rename the variables.

0 commit comments

Comments
 (0)