HO-CTO / sre-monitoring-as-code

Monitoring-as-Code (MaC) is a jsonnet mixin implementation of SLIs/SLO/Error Budgets using the open-source monitoring and alerting eco-system of Prometheus and Grafana.
https://ho-cto.github.io/sre-monitoring-as-code/
MIT License
23 stars 15 forks source link

New Metric library to support AWS WorkSpaces #580

Closed michaelpearsonHO closed 1 year ago

michaelpearsonHO commented 1 year ago

I need a 2 new requests-driven availability gauge metric value library to support the following SLI calculations.

failure metric1 + failture metric2/ total(success metric + failure metric1 + failture metric2)

example for AWS WorkSpaces Availability SLI: - Unhealthy + Maintenance / total(Available + Unhealthy + Maintenance)

failure metric / total metric

example for AWS WorkSpaces Availability SLI: - Connection failures / Connection attempts