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

How to figure out the number of calls controller is making to a registry? #152

Open
gantvi01 opened this issue Aug 9, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@gantvi01
Copy link

gantvi01 commented Aug 9, 2023

We installed Quick on the aks cluster, and the dashboard also works. Can I use a metric to figure the number of calls to the registry?

Earlier, we used kube-fledged, which cost us money because it made too many calls to Jfrog. To avoid that with Kuik, I would like to see metrics on how many times it has called a registry and downloaded to cache

@rdegez
Copy link
Member

rdegez commented Aug 9, 2023

Hi,
Have a look at https://github.com/enix/kube-image-keeper/blob/main/docs/metrics.md for all currently supported metrics.

Maybe it's lacking the number of call but since kuik deploy a standard docker registry, you can also check the metrics on it directly.

We will speak about this and see if we can improve that somehow.

@gantvi01
Copy link
Author

gantvi01 commented Aug 9, 2023

Hi, Have a look at https://github.com/enix/kube-image-keeper/blob/main/docs/metrics.md :-)
Hi,
I have the same dashboard up and running; I want to determine the number of API calls the controller makes to the registry.

We are using Jfrog, which is maintained by a different team. I only have a little visibility, but it will be great to have a metric that shows how many API calls we are making so that we are confident that this is not hammering others' bandwidth.

@Nicolasgouze Nicolasgouze added the enhancement New feature or request label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants