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,
|
Measure: StoreErrors,
|
||||||
Description: "The distribution of the store protocol errors",
|
Description: "The distribution of the store protocol errors",
|
||||||
Aggregation: view.Count(),
|
Aggregation: view.Count(),
|
||||||
TagKeys: []tag.Key{KeyType},
|
TagKeys: []tag.Key{ErrorType},
|
||||||
}
|
}
|
||||||
LightpushErrorTypesView = &view.View{
|
LightpushErrorTypesView = &view.View{
|
||||||
Name: "gowaku_lightpush_errors",
|
Name: "gowaku_lightpush_errors",
|
||||||
|
|
Loading…
Reference in New Issue