Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy cache display redundancy metrics #13356

Open
xaleeks opened this issue Oct 25, 2020 · 1 comment
Open

proxy cache display redundancy metrics #13356

xaleeks opened this issue Oct 25, 2020 · 1 comment
Assignees
Labels
area/proxy-cache kind/requirement New feature or idea on top of harbor

Comments

@xaleeks
Copy link
Contributor

xaleeks commented Oct 25, 2020

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

  1. track whether each pull request ends up serving from the cache or the upstream
  2. track the requests at the image blob level and not just by manifests
  3. calculate something to the effect of size of image (comprising of the image blobs) * requests served from local cache for all unique digests
  4. display a running aggregate of this statistic for each proxy project
@github-actions
Copy link

github-actions bot commented Jul 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/proxy-cache kind/requirement New feature or idea on top of harbor
Projects
None yet
Development

No branches or pull requests

5 participants