You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proxy cache project should display metrics related to amount of bandwidth saved as a result of having cached the image. This gives us an idea of its usage and how often the image is updated on the upstream. For this, we need to
track whether each pull request ends up serving from the cache or the upstream
track the requests at the image blob level and not just by manifests
calculate something to the effect of size of image (comprising of the image blobs) * requests served from local cache for all unique digests
display a running aggregate of this statistic for each proxy project
The text was updated successfully, but these errors were encountered:
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
The proxy cache project should display metrics related to amount of bandwidth saved as a result of having cached the image. This gives us an idea of its usage and how often the image is updated on the upstream. For this, we need to
The text was updated successfully, but these errors were encountered: