Skip to content

Commit

Permalink
change response_latency bucket sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-bean committed May 15, 2019
1 parent 9dde2c4 commit cc60398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/comparator/comparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
Namespace: "loki_canary",
Name: "response_latency",
Help: "is how long it takes for log lines to be returned from Loki in seconds.",
Buckets: []float64{0.5, 1, 2.5, 5, 10, 30, 60},
Buckets: []float64{1, 5, 10, 30, 60, 90, 120, 300},
})
)

Expand Down

0 comments on commit cc60398

Please sign in to comment.