add missing NodeType tag
This commit is contained in:
parent
e1deed3b1a
commit
3bfaf5af16
@ -142,7 +142,7 @@ var (
|
||||
Description: "Lotus node information",
|
||||
Measure: LotusInfo,
|
||||
Aggregation: view.LastValue(),
|
||||
TagKeys: []tag.Key{Version, Commit},
|
||||
TagKeys: []tag.Key{Version, Commit, NodeType},
|
||||
}
|
||||
ChainNodeHeightView = &view.View{
|
||||
Measure: ChainNodeHeight,
|
||||
|
Loading…
Reference in New Issue
Block a user