Ronny Schuetz
Ronny Schuetz
Yes, `size / capacity` or `100 * size / capacity`.
It might not be exposed ready-to-use, but it can be calculated. For `io.micrometer.core.instrument.binder.cache.CaffeineCacheMetrics`, the cache utilization could be retrieved with: ``` @Override protected Double utilization() { return getOrDefault( // If...
What's still missing? @jonatan-ivanov?
What's still missing? @jonatan-ivanov?
Can "borg check --verify-data" be sped up by reading data from disk only once? Especially for local repositories or on a NAS, where borg is running on the client and...