Skip to content

Commit

Permalink
add missing NodeType tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yaohcn committed Oct 22, 2021
1 parent e1deed3 commit 3bfaf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3bfaf5a

Please sign in to comment.