We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40706be commit d4a91b8Copy full SHA for d4a91b8
internal/metrics/metrics.go
@@ -29,14 +29,14 @@ var views = []*view.View{
29
Name: "cache_hits",
30
Measure: CounterCacheHit,
31
Description: "Number of cache hits",
32
- TagKeys: []tag.Key{TagCacheKey},
+ TagKeys: []tag.Key{TagCacheKey, TagCacheKeyPrefix},
33
Aggregation: view.Count(),
34
},
35
{
36
Name: "cache_misses",
37
Measure: CounterCacheMiss,
38
Description: "Number of cache misses",
39
40
41
42
}
0 commit comments