Skip to content

Commit

Permalink
clean up latencies > 1 second
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Moore <andrew.s.moore@uber.com>
  • Loading branch information
amoore877 authored and R. Tyler Julian committed Nov 14, 2019
1 parent e932524 commit 6c749fb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkg/common/telemetry/m3.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ var (
700 * time.Millisecond,
800 * time.Millisecond,
900 * time.Millisecond,
1000 * time.Millisecond,
time.Second,
1500 * time.Millisecond,
2000 * time.Millisecond,
2500 * time.Millisecond,
3000 * time.Millisecond,
4000 * time.Millisecond,
5000 * time.Millisecond,
10000 * time.Millisecond,
2 * time.Second,
3 * time.Second,
4 * time.Second,
5 * time.Second,
10 * time.Second,
}

// buckets for orders of magnitude of values, up to 1M
Expand Down

0 comments on commit 6c749fb

Please sign in to comment.