Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8befc5ea
Commit
8befc5ea
authored
May 24, 2021
by
Sean McGivern
Committed by
Marcia Ramos
May 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document apdex thresholds for Puma and Sidekiq job execution
parent
72ddf555
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc/development/stage_group_dashboards.md
doc/development/stage_group_dashboards.md
+20
-0
No files found.
doc/development/stage_group_dashboards.md
View file @
8befc5ea
...
...
@@ -52,6 +52,26 @@ component has 2 indicators:
1.
[
Apdex
](
https://en.wikipedia.org/wiki/Apdex
)
: The rate of
operations that performed adequately.
The threshold for 'performed adequately' is stored in our
[
metrics
catalog
](
https://gitlab.com/gitlab-com/runbooks/-/tree/master/metrics-catalog
)
and depends on the service in question. For the Puma (Rails)
component of the
[
API
](
https://gitlab.com/gitlab-com/runbooks/-/blob/f22f40b2c2eab37d85e23ccac45e658b2c914445/metrics-catalog/services/api.jsonnet#L127
)
,
[
Git
](
https://gitlab.com/gitlab-com/runbooks/-/blob/f22f40b2c2eab37d85e23ccac45e658b2c914445/metrics-catalog/services/git.jsonnet#L216
)
,
and
[
Web
](
https://gitlab.com/gitlab-com/runbooks/-/blob/f22f40b2c2eab37d85e23ccac45e658b2c914445/metrics-catalog/services/web.jsonnet#L154
)
services, that threshold is
**1 second**
.
For Sidekiq job execution, the threshold depends on the
[
job
urgency
](
sidekiq_style_guide.md#job-urgency
)
. It is
[
currently
](
https://gitlab.com/gitlab-com/runbooks/-/blob/f22f40b2c2eab37d85e23ccac45e658b2c914445/metrics-catalog/services/lib/sidekiq-helpers.libsonnet#L25-38
)
**10 seconds**
for high-urgency jobs and
**5 minutes**
for other
jobs.
Some stage groups may have more services than these, and the
thresholds for those will be in the metrics catalog as well.
1.
Error rate: The rate of operations that had errors.
The calculation to a ratio then happens as follows:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment