Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
43914b8a
Commit
43914b8a
authored
Sep 06, 2016
by
Brian Brazil
Committed by
GitHub
Sep 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #538 from tcolgate/master
Clarify the Apdex calculation.
parents
4979705f
f5eb3abd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
histograms.md
content/docs/practices/histograms.md
+4
-1
No files found.
content/docs/practices/histograms.md
View file @
43914b8a
...
...
@@ -63,7 +63,7 @@ a histogram called `http_request_duration_seconds`.
sum(rate(http_request_duration_seconds_count[5m])) by (job)
You can
calcul
ate the well-known
[
Apdex
You can
approxim
ate the well-known
[
Apdex
score](http://en.wikipedia.org/wiki/Apdex) in a similar way. Configure
a bucket with the target request duration as the upper bound and
another bucket with the tolerated request duration (usually 4 times
...
...
@@ -84,6 +84,9 @@ buckets are
`le="0.3"`
bucket is also contained in the
`le="1.2"`
bucket; dividing it by 2
corrects for that.
The calculation does not exactly match the traditional Apdex score, as it
includes errors in the satisified and tolerable parts of the calculation.
## Quantiles
You can use both summaries and histograms to calculate so-called φ-quantiles,
...
...
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