diff --git a/cmd/lotus/daemon.go b/cmd/lotus/daemon.go index a9a2bbe5d..2d2759cf4 100644 --- a/cmd/lotus/daemon.go +++ b/cmd/lotus/daemon.go @@ -37,7 +37,7 @@ const ( ) var ( - lotusInfo = stats.Int64("version", "Arbitrary counter to tag lotus info to", stats.UnitDimensionless) + lotusInfo = stats.Int64("info", "Arbitrary counter to tag lotus info to", stats.UnitDimensionless) version, _ = tag.NewKey("version") commit, _ = tag.NewKey("commit") )