Change lotusInfo opencensus key back to info

This commit is contained in:
Nate Walck 2020-02-25 20:11:55 -05:00
parent 0ce86e999a
commit a3504dd51e

View File

@ -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")
)