feat(l2-watcher): add nil row consumption block metric (#1518)

This commit is contained in:
colin
2024-09-18 12:46:20 +08:00
committed by GitHub
parent 246bf38e69
commit 736d850be1
3 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.4.60"
var tag = "v4.4.61"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {