Replies: 2 comments 3 replies
-
|
hi @Nopzen can you provide a user-case for me to better understand your question? I suppose that you need to check the network traffic in the gateway side rather than the app level. |
Beta Was this translation helpful? Give feedback.
-
This will be difficult given the different backend options for Harbor/Distribution support. Tracking S3 egress inside Harbor/Distribution is impossible.. What we, for example, do is track the overall egress from a particular S3 bucket. When you enable S3 Server Access Logs, you can reconstruct (partly) the egress flow. However, given that all of this is cloud provider specific here, this all is outside the scope of the project. To my knowledge, [distribution] can track egress if the backend is a filesystem. See https://github.com/distribution/distribution/blob/main/notifications/metrics.go |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Harbor Community 👋
I'm currently looking a bit into metrics on Harbor for understanding the pr. project usage of data being send from Harbor to any remote destinations. I found these metrics on the website:
And I was wondering if there are a way that we are able to capture how many bytes are leaving Harbor on a labeled on a pr. project basis, so that I'm able to look at high use projects to find better ways for these projects to not generating high amount of GB potentially PB of egress daily, things such as spegel / dragonfly for caching of images for these high pull projects?
Beta Was this translation helpful? Give feedback.
All reactions