Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • scalability scalability
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 270
    • Issues 270
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.comGitLab.com
  • GitLab Infrastructure TeamGitLab Infrastructure Team
  • scalabilityscalability
  • Issues
  • #1395
Closed
Open
Issue created Nov 09, 2021 by Bob Van Landuyt@reprazentMaintainer

Allow recording error rates in Gitlab::Metrics::Sli

In &525 (closed) we started by adding a framework to define SLIs in the application. The first thing we needed this for was the rails_request_apdex with a customizable duration.

Our sli definition tooling in the runbooks repository separates an error and apdex component:

  • apdex is dealt with as a success ratio: higher is better 100% is best
  • error is dealt with as an error ratio: lower is better, 0% is best

To capture the error component of an SLI, we currently have no support in the setup in Gitlab::Metrics::Sli or the runbooks side of this. But having that would allow us to record more granular information on errors for endpoints.

Assignee
Assign to
Time tracking