# This file is used internally to this repo for integration tests, but it doubles as a real world # example of an SLO implementation. business_unit: core service: iterative-local-development slos: - short_name: slo-converter-int-test-slo-1 name: SLO Converter Integration Test Demo API monitors: - type: error_budget window: 7_day alert: critical: "{{ critical_alert }}" warn: "{{ warn_alert }}" threshold: critical: 100 warning: 75 slis: - short_name: slo-converter-int-test-sli-1 type: latency metric: trace.netty.request resources: - get_/ threshold: critical: 0.1 # 100ms - short_name: test-slo-converter-sli-2 service: devops-portal type: error-rate metric: numerator: trace.netty.request.errors denominator: trace.netty.request.hits resources: - get_/ threshold: critical: 0.01 # 1%