Change lotus info counter name to version

This commit is contained in:
Nate Walck 2020-02-25 19:54:46 -05:00
parent 6b1e781602
commit 2d2aefea16

View File

@ -37,7 +37,7 @@ const (
) )
var ( var (
lotusInfo = stats.Int64("info", "General info about lotus", stats.UnitDimensionless) lotusInfo = stats.Int64("version", "Arbitrary counter to tag lotus info to", stats.UnitDimensionless)
version, _ = tag.NewKey("version") version, _ = tag.NewKey("version")
) )