Change lotus info counter name to version
This commit is contained in:
parent
6b1e781602
commit
2d2aefea16
@ -37,7 +37,7 @@ const (
|
||||
)
|
||||
|
||||
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")
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user