Nexus Repository Manager Blobstore implementations use a Guava LoadingCache around the identifiers for Blob assets.
We don't have enough visibility into the use of this cache (hit/miss/success/failure). This changeset registers a number of the LoadingCache metrics with NXRM's MetricRegistry.
The result is their presence in /service/metrics/data:
Nexus Repository Manager Blobstore implementations use a Guava LoadingCache around the identifiers for Blob assets.
We don't have enough visibility into the use of this cache (hit/miss/success/failure). This changeset registers a number of the LoadingCache metrics with NXRM's MetricRegistry.
The result is their presence in
/service/metrics/data
: