Skip to content

Workhorse Apdex Degradation

A decrease in the workhorse SLI apdex can indicate increased Rails page load times.

  • Check if the decrease is caused by a specific route by querying request duration per route.
  • Can the decrease in apdex be be linked with a deployment?
  • Can the decrease in apdex be correlated with a feature flag change?
  • Checking stage group dashboards for a correlation can narrow down a responsible stage.
  • Checking the distribution of json.remote_ip in long running requests (Kibana) can reveal malicious traffic as the cause of a degraded apdex. Offending IP addresses can then be blocked.