Skip to content

Commit

Permalink
Merge pull request #4505 from onflow/leo/adjust-metrics-buckets
Browse files Browse the repository at this point in the history
adjust block execution time buckets
  • Loading branch information
zhangchiqing authored Sep 12, 2023
2 parents 22a9246 + ec8e1c4 commit 0648496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/metrics/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func NewExecutionCollector(tracer module.Tracer) *ExecutionCollector {
Subsystem: subsystemRuntime,
Name: "block_execution_time_milliseconds",
Help: "the total time spent on block execution in milliseconds",
Buckets: []float64{100, 500, 1000, 1500, 2000, 2500, 3000, 6000},
Buckets: []float64{50, 100, 200, 300, 400, 1000, 2000, 6000},
})

blockComputationUsed := promauto.NewHistogram(prometheus.HistogramOpts{
Expand Down

0 comments on commit 0648496

Please sign in to comment.