Add new CachePopulationReason (#130593)
This commit is contained in:
parent
c901f1ee1b
commit
371db752db
|
@ -0,0 +1,5 @@
|
|||
pr: 130593
|
||||
summary: Add new `CachePopulationReason`
|
||||
area: Store
|
||||
type: enhancement
|
||||
issues: []
|
|
@ -47,7 +47,11 @@ public class BlobCacheMetrics {
|
|||
/**
|
||||
* When the data we need is not in the cache
|
||||
*/
|
||||
CacheMiss
|
||||
CacheMiss,
|
||||
/**
|
||||
* When data is prefetched upon new commit notifications
|
||||
*/
|
||||
PreFetchingNewCommit
|
||||
}
|
||||
|
||||
public BlobCacheMetrics(MeterRegistry meterRegistry) {
|
||||
|
|
Loading…
Reference in New Issue