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

Scaling by the average number of requests per pod #338

Closed
kzhou57 opened this issue Jul 18, 2024 · 1 comment
Closed

Scaling by the average number of requests per pod #338

kzhou57 opened this issue Jul 18, 2024 · 1 comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.

Comments

@kzhou57
Copy link

kzhou57 commented Jul 18, 2024

Description

We are looking to introduce a HPA target according to the number of requests, we found some metrics from newrelic can tell us that, for example : newrelic.goldenmetrics.apm.application.throughput. But it's the total requests for the application, however we didn't figure out a way to add a target for the average number of requests per pod.

I think since there is a metrics for all pods, the metrics adaptor should provide an operator to divide it by number of pods, and use it in hpa.

Acceptance Criteria

Support the scenario of autoscaling by request counts per pod.

Describe Alternatives

A clear and concise description of any alternative solutions or features you've considered
Are there examples you could link us to?

Dependencies

Do any other teams or parts of the New Relic product need to be considered?
Some common areas: UI, collector, documentation

Additional context

What else should we know about this story that might not fit into the other categories?

Estimates

Please provide initial t-shirt size. S = 1-3 days, M = 3-5 days (1 week), L = 1-2 weeks (1 sprint)

For Maintainers Only or Hero Triaging this bug

Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):

@kzhou57 kzhou57 added the feature request Categorizes issue or PR as related to a new feature or enhancement. label Jul 18, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant