Add ReceivedFrom to block validation failure metrics
This commit is contained in:
parent
8283bb994a
commit
65cd13301c
@ -60,7 +60,7 @@ var DefaultViews = []*view.View{
|
|||||||
&view.View{
|
&view.View{
|
||||||
Measure: BlockValidationFailure,
|
Measure: BlockValidationFailure,
|
||||||
Aggregation: view.Count(),
|
Aggregation: view.Count(),
|
||||||
TagKeys: []tag.Key{FailureType, PeerID},
|
TagKeys: []tag.Key{FailureType, PeerID, ReceivedFrom},
|
||||||
},
|
},
|
||||||
&view.View{
|
&view.View{
|
||||||
Measure: BlockValidationSuccess,
|
Measure: BlockValidationSuccess,
|
||||||
|
Loading…
Reference in New Issue
Block a user