Commit da80e52c authored by mbaxter's avatar mbaxter Committed by GitHub

[op-challenger] Cut stale comment (#13559)

parent f487bec7
......@@ -122,7 +122,6 @@ func NewVmMetrics(namespace string, factory metrics.Factory) *VmMetrics {
Name: "vm_rmw_fail_count",
Help: "Number of failed RMW instruction sequences during vm run",
}, []string{"vm"}),
// Note: vmMaxStepsBetweenLLAndSC is not complete and may miss longer ranges for failed rmw sequences.
vmMaxStepsBetweenLLAndSC: factory.NewGaugeVec(prometheus.GaugeOpts{
Namespace: namespace,
Name: "vm_max_steps_between_ll_and_sc",
......
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