We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KEDA operator exposes the current value for each SO's scaler using the metric called keda_scaler_metrics_value.
keda_scaler_metrics_value
However, if there is a change to ScaledObject or ScaledJob that adds/removes/edits the triggers, it is not reflected by the metrics.
ScaledObject
ScaledJob
keda_scaler_metrics_value for the non-existent scaler is gone
keda_scaler_metrics_value for the non-existent scaler is there until the operator is restarted, then it starts fresh and the issue is gone
So a simple reproducer is to:
No response
2.16.1
1.32
Any
any
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Report
KEDA operator exposes the current value for each SO's scaler using the metric called
keda_scaler_metrics_value
.However, if there is a change to
ScaledObject
orScaledJob
that adds/removes/edits the triggers, it is not reflected by the metrics.Expected Behavior
keda_scaler_metrics_value
for the non-existent scaler is goneActual Behavior
keda_scaler_metrics_value
for the non-existent scaler is there until the operator is restarted, then it starts fresh and the issue is goneSteps to Reproduce the Problem
So a simple reproducer is to:
Logs from KEDA operator
No response
KEDA Version
2.16.1
Kubernetes Version
1.32
Platform
Any
Scaler Details
any
Anything else?
No response
The text was updated successfully, but these errors were encountered: