Skip to content

Commit 0f9921d

Browse files
authored
Change max upperbound on latency metrics (#2868)
Signed-off-by: Appu <appu@google.com>
1 parent 322a3f2 commit 0f9921d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/api/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var (
5454
Help: "Api Latency (in ns) by path and method",
5555
Buckets: prometheus.ExponentialBucketsRange(
5656
float64(time.Millisecond),
57-
float64(4*time.Second),
57+
float64(60*time.Second),
5858
10),
5959
}, []string{"path", "method"})
6060

0 commit comments

Comments
 (0)