Commit d5f9504e authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-challenger: Fix vm execution time metric name (#10996)

parent 8894075c
......@@ -167,8 +167,8 @@ func NewMetrics() *Metrics {
}),
vmExecutionTime: factory.NewHistogramVec(prometheus.HistogramOpts{
Namespace: Namespace,
Name: "asterisc_execution_time",
Help: "Time (in seconds) to execute asterisc",
Name: "vm_execution_time",
Help: "Time (in seconds) to execute the fault proof VM",
Buckets: append(
[]float64{1.0, 10.0},
prometheus.ExponentialBuckets(30.0, 2.0, 14)...),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment