Add a scaled_object
label to the keda_webhook_scaled_object_validation_errors_total
metric
#6069
Labels
feature-request
All issues for new features that have not been committed to
needs-discussion
stale
All issues that are marked as stale due to inactivity
Proposal
This is to request adding a label to the KEDA Admission Webhook's Prometheus metric scaled_object_validation_errors_total to specify which ScaledObject is experiencing the validation error e.g. a label such as
scaled_object
.The metric already has labels to indicate the namespace and the reason, which is great. However it is not possible to know which ScaledObject is experiencing this validation error.
Use-Case
This would speed up the process of finding out which ScaledObject is experiencing a validation error.
Currently, the only way to do this is to look at the KEDA Admission Webhook's logs for a validation error. However, those logs don't show the ScaledObject's namespace, so it is not possible to rely solely on the logs either.
Is this a feature you are interested in implementing yourself?
Maybe
Anything else?
I could help to implement this with some help and instructions.
I understand that adding a new label such as
scaled_object
may require more investigation.The text was updated successfully, but these errors were encountered: