-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Record metrics for scaler latency #4037
Comments
Hi @kevinteng525 |
Hi @JorTurFer , Sure, I will contribute on it. Thanks, |
#4040 submitted, PTAL |
A great suggestion, I like it. |
+1 |
Proposal
For production monitoring, we want to actively monitoring different kinds of metrics, KEDA already provided a lot, and one more metric I would like to have is the latency of retrieve metrics from scalar. That will be helpful for us to diagnose and locate the root cause.
Suggested to add a metric calling
keda_metrics_adapter_scaler_metrics_latency
And record the time of
metrics, err := cache.GetMetricsForScaler(ctx, scalerIndex, info.Metric, metricSelector)
Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: