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

Research: OTel metrics via Dynamic Informers #198

Closed
Tracked by #174
thisthat opened this issue Oct 20, 2022 · 1 comment
Closed
Tracked by #174

Research: OTel metrics via Dynamic Informers #198

thisthat opened this issue Oct 20, 2022 · 1 comment
Assignees
Milestone

Comments

@thisthat
Copy link
Member

thisthat commented Oct 20, 2022

Goal

Use dynamic informers to expose metrics
Can we have it in a separate service?

@thisthat thisthat changed the title Research: OTel metrics via Informers Research: OTel metrics via Informers [Draft] Oct 20, 2022
@thisthat thisthat changed the title Research: OTel metrics via Informers [Draft] Research: OTel metrics via Informers Oct 20, 2022
@thisthat thisthat added this to the 1.0.x milestone Nov 2, 2022
@thisthat thisthat changed the title Research: OTel metrics via Informers Research: OTel metrics via Dynamic Informers Nov 8, 2022
@bacherfl bacherfl self-assigned this Nov 8, 2022
@bacherfl
Copy link
Member

bacherfl commented Nov 9, 2022

After some investigation it seems like we can stick with the current approach, as the client provided by the manager (see here) already uses a caching mechanism to limit requests to the api server when doing read requests (apparently by using the Watch option, similarly like the dynamic informer does internally).

Also, the time series for the rate of number of requests to the api server for the KLT resources indicates that the caching mechanism by the provided client leads to a manageable rate of requests:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants