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
f8aae26c
Commit
f8aae26c
authored
Oct 20, 2020
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve trace finalize histogram buckets
parent
7e2ff88b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/ci/trace/metrics.rb
lib/gitlab/ci/trace/metrics.rb
+1
-1
No files found.
lib/gitlab/ci/trace/metrics.rb
View file @
f8aae26c
...
@@ -59,7 +59,7 @@ module Gitlab
...
@@ -59,7 +59,7 @@ module Gitlab
strong_memoize
(
:finalize_histogram
)
do
strong_memoize
(
:finalize_histogram
)
do
name
=
:gitlab_ci_trace_finalize_duration_seconds
name
=
:gitlab_ci_trace_finalize_duration_seconds
comment
=
'Duration of build trace chunks migration to object storage'
comment
=
'Duration of build trace chunks migration to object storage'
buckets
=
[
0.
01
,
0.05
,
0.1
,
0.5
,
1.0
,
2.0
,
1
0.0
,
30.0
,
60.0
,
300.0
]
buckets
=
[
0.
1
,
0.5
,
1.0
,
2.0
,
3.0
,
5.0
,
7.0
,
10.0
,
2
0.0
,
30.0
,
60.0
,
300.0
]
labels
=
{}
labels
=
{}
::
Gitlab
::
Metrics
.
histogram
(
name
,
comment
,
labels
,
buckets
)
::
Gitlab
::
Metrics
.
histogram
(
name
,
comment
,
labels
,
buckets
)
...
...
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