fix: store error metrics tagging (#269)

This commit is contained in:
Steven Normore 2022-07-23 08:14:49 -04:00 committed by GitHub
parent fbdc814b1b
commit d8853e62c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",