Skip to content

Tighten apdex SLIs for code suggestions

Bob Van Landuyt requested to merge bvl-tighten-codesuggestions-apdex into master

Tighten apdex SLIs for code suggestions

This sets a satisfied-thresholds of 2.5s, which we seem to meet > 99% of the time. It keeps the tolerated threshold of 10s.

This also tightens up the SLO to 99%.

For https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/23939

Use ingress instead in service aggregation

The ingress SLI catches 503 and 504 errors that aren't part of the model-gateway SLI. So I feel like this is a more appropriate SLI to use as the service aggregation.

Edited by Bob Van Landuyt

Merge request reports