From a3504dd51ed56ce8d570449c5fe1c0f10d778777 Mon Sep 17 00:00:00 2001 From: Nate Walck Date: Tue, 25 Feb 2020 20:11:55 -0500 Subject: [PATCH] Change lotusInfo opencensus key back to info --- cmd/lotus/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") )