Change lotusInfo opencensus key back to info
This commit is contained in:
parent
0ce86e999a
commit
a3504dd51e
@ -37,7 +37,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
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")
|
version, _ = tag.NewKey("version")
|
||||||
commit, _ = tag.NewKey("commit")
|
commit, _ = tag.NewKey("commit")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user