mirror of https://github.com/status-im/go-waku.git
fix: store error metrics tagging (#269)
This commit is contained in:
parent
fbdc814b1b
commit
d8853e62c6
|
@ -62,7 +62,7 @@ var (
|
|||
Measure: StoreErrors,
|
||||
Description: "The distribution of the store protocol errors",
|
||||
Aggregation: view.Count(),
|
||||
TagKeys: []tag.Key{KeyType},
|
||||
TagKeys: []tag.Key{ErrorType},
|
||||
}
|
||||
LightpushErrorTypesView = &view.View{
|
||||
Name: "gowaku_lightpush_errors",
|
||||
|
|
Loading…
Reference in New Issue