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

Add option to the Datadog scaler to use the Cluster Agent as proxy #5496

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

arapulido
Copy link
Contributor

@arapulido arapulido commented Feb 9, 2024

Add option to the Datadog scaler to use the Datadog Cluster Agent as proxy to obtain the metrics, instead of calling the REST API directly.

This avoids duplication and also improves the rate limiting issue that the Datadog scaler currently has, as the Cluster Agent gets the metric values in batches.

Implements: #5355

Checklist

Fixes #5355

Relates to #

@arapulido arapulido changed the title Cluster agent proxy Add option to the Datadog scaler to use the Cluster Agent as proxy Feb 9, 2024
Copy link

stale bot commented Apr 9, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Apr 9, 2024
@zroubalik
Copy link
Member

zroubalik commented Apr 10, 2024

/run-e2e datadog
Update: You can check the progress here

@stale stale bot removed the stale All issues that are marked as stale due to inactivity label Apr 10, 2024
Copy link

stale bot commented Jun 9, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Jun 9, 2024
Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arapulido any update on this, please?

@stale stale bot removed the stale All issues that are marked as stale due to inactivity label Jun 10, 2024
@arapulido
Copy link
Contributor Author

@zroubalik I will now continue this work. I need to rebase and I will ask for reviews soon

@arapulido arapulido marked this pull request as ready for review June 19, 2024 07:54
@arapulido arapulido requested a review from a team as a code owner June 19, 2024 07:54
Signed-off-by: Ara Pulido <[email protected]>
@arapulido
Copy link
Contributor Author

@zroubalik this is ready to be reviewed. Thanks!

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

Successfully merging this pull request may close these issues.

Add option for the Datadog scaler to use the Datadog Cluster Agent as source of metrics
2 participants