Merge pull request #7559 from diancun/dc/miss-tag
add missing NodeType tag
This commit is contained in:
commit
e0a9cae386
@ -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