Documentation
¶
Index ¶
- func ExampleCPUSaturationSLO() v1.SLO
- func ExampleCPUThrottlingErrorsSLO() v1.SLO
- func ExampleCPUUtilizationSLO() v1.SLO
- func ExampleDiskErrorsSLO() v1.SLO
- func ExampleDiskSaturationSLO() v1.SLO
- func ExampleDiskUtilizationSLO() v1.SLO
- func ExampleMemoryErrorsSLO() v1.SLO
- func ExampleMemorySaturationSLO() v1.SLO
- func ExampleMemoryUtilizationSLO() v1.SLO
- func ExampleNetworkErrorsSLO() v1.SLO
- func ExampleNetworkSaturationSLO() v1.SLO
- func SLOs() []v1.SLO
- func SLOsBySetSlug() map[string][]v1.SLO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleCPUSaturationSLO ¶
ExampleCPUSaturationSLO is a SLO that measures CPU saturation via load average. Saturation is the "S" in USE metrics - tracking the degree to which a resource has extra work it can't service.
func ExampleCPUThrottlingErrorsSLO ¶
ExampleCPUThrottlingErrorsSLO is a SLO that measures CPU throttling events.
func ExampleCPUUtilizationSLO ¶
ExampleCPUUtilizationSLO is a SLO that measures CPU utilization. Utilization is the "U" in USE metrics - tracking the average time a resource is busy.
func ExampleDiskErrorsSLO ¶
ExampleDiskErrorsSLO is a SLO that measures disk I/O errors. Errors is the "E" in USE metrics - tracking error events for resources.
func ExampleDiskSaturationSLO ¶
ExampleDiskSaturationSLO is a SLO that measures disk I/O saturation.
func ExampleDiskUtilizationSLO ¶
ExampleDiskUtilizationSLO is a SLO that measures disk utilization.
func ExampleMemoryErrorsSLO ¶
ExampleMemoryErrorsSLO is a SLO that measures memory errors (ECC errors).
func ExampleMemorySaturationSLO ¶
ExampleMemorySaturationSLO is a SLO that measures memory saturation via swap usage.
func ExampleMemoryUtilizationSLO ¶
ExampleMemoryUtilizationSLO is a SLO that measures memory utilization.
func ExampleNetworkErrorsSLO ¶
ExampleNetworkErrorsSLO is a SLO that measures network errors.
func ExampleNetworkSaturationSLO ¶
ExampleNetworkSaturationSLO is a SLO that measures network saturation.
func SLOsBySetSlug ¶ added in v0.3.0
Types ¶
This section is empty.