Increase range of job_sync_duration_seconds
Change-Id: I7ed4b006faecf0a7e6e583c42b4d6bc4b786a164
This commit is contained in:
@@ -38,7 +38,7 @@ var (
|
||||
Name: "job_sync_duration_seconds",
|
||||
Help: "The time it took to sync a job",
|
||||
StabilityLevel: metrics.STABLE,
|
||||
Buckets: metrics.ExponentialBuckets(0.001, 2, 15),
|
||||
Buckets: metrics.ExponentialBuckets(0.004, 2, 15),
|
||||
},
|
||||
[]string{"completion_mode", "result", "action"},
|
||||
)
|
||||
|
Reference in New Issue
Block a user