Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleAvailabilitySLO ¶
ExampleAvailabilitySLO is a derived SLO that measures service availability. Availability is calculated from Rate (R) and Error (E) metrics in RED - combining whether the service is handling requests AND those requests are successful.
func ExampleDurationP99SLO ¶
ExampleDurationP99SLO is a SLO that measures P99 latency for more stringent requirements.
func ExampleDurationSLO ¶
ExampleDurationSLO is a SLO that measures request duration (latency). Duration is the "D" in RED metrics - tracking how long requests take to complete.
func ExampleErrorRateSLO ¶
ExampleErrorRateSLO is a SLO that measures the error rate of requests. Error rate is the "E" in RED metrics - tracking the proportion of failed requests.
func ExampleRateSLO ¶
ExampleRateSLO is a SLO that measures the request rate (requests per second) for an API service. Rate is the "R" in RED metrics - tracking how many requests the service handles.
Types ¶
This section is empty.