Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-measure
Commits
781890d2
Commit
781890d2
authored
Sep 27, 2017
by
Jakub Sztandera
Committed by
GitHub
Sep 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10 from vyzo/fix/measure-long-latency-tails
measure: add latency bucket for over 1s tails
parents
84995487
69b37bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
measure.go
measure.go
+1
-1
No files found.
measure.go
View file @
781890d2
...
...
@@ -13,7 +13,7 @@ import (
var
(
// sort latencies in buckets with following upper bounds in seconds
datastoreLatencyBuckets
=
[]
float64
{
1e-4
,
1e-3
,
1e-2
,
1e-1
}
datastoreLatencyBuckets
=
[]
float64
{
1e-4
,
1e-3
,
1e-2
,
1e-
1
,
1
}
// sort sizes in buckets with following upper bounds in bytes
datastoreSizeBuckets
=
[]
float64
{
1
<<
6
,
1
<<
12
,
1
<<
18
,
1
<<
24
}
...
...
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