-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix Helm Chart Prometheus Adapter Metrics #53
Conversation
@paulliwog You mentioned you tested the above - do you have screenshots or text output of the prometheus output and/or the HPA with the scaling metrics off by two orders of magnitude? FWIW a quick read suggest this is correct, and we'll verify on our end, but it's helpful to document in the PR the evidence of the above changes being needed! 😄 |
Great. That all tracks. Could you add a line to That will also pass the PR checks. |
Looks great! Thanks so much. I'll put out a new version with a minor version bump for you to ingest. |
@paulliwog Released in |
Proposed changes
The x100 multiplier in the existing metrics is not compatible with the scaling ratio from 0.0 to 1.0 in the chart. I'm removing the multiplier to make it consistent with the comments in the values file for scaling.auto.engine.metrics.requestCapacityRatio
This could be a breaking change for any users that have changed the ratio to use a scale from 0 to 100 rather than changing the custom metrics.
Types of changes
What types of changes does your code introduce to the Deepgram self-hosted resources?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments