diff options
Diffstat (limited to 'toolkit/components/telemetry/Histograms.json')
-rw-r--r-- | toolkit/components/telemetry/Histograms.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/toolkit/components/telemetry/Histograms.json b/toolkit/components/telemetry/Histograms.json index 3c35e8791..8692a4c8b 100644 --- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -8426,18 +8426,6 @@ "n_values": 7, "description": "Final status of the CacheFileInputStream (0=ok, 1=other error, 2=out of memory, 3=disk full, 4=file corrupted, 5=file not found, 6=binding aborted)" }, - "NETWORK_CACHE_HIT_MISS_STAT_PER_CACHE_SIZE": { - "expires_in_version": "never", - "kind": "enumerated", - "n_values": 40, - "description": "Hit/Miss count split by cache size in file count (0=Hit 0-5000, 1=Miss 0-5000, 2=Hit 5001-10000, ...)" - }, - "NETWORK_CACHE_HIT_RATE_PER_CACHE_SIZE": { - "expires_in_version": "never", - "kind": "enumerated", - "n_values": 400, - "description": "Hit rate for a specific cache size in file count. The hit rate is split into 20 buckets, the lower limit of the range in percents is 5*n/20. The cache size is divided into 20 ranges of length 5000, the lower limit of the range is 5000*(n%20)" - }, "NETWORK_CACHE_METADATA_FIRST_READ_TIME_MS": { "expires_in_version": "never", "kind": "exponential", |