-
Notifications
You must be signed in to change notification settings - Fork 104
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
Unable to read the metrics through interceptors #812
Comments
Hello, |
Hi @JorTurFer After upgraded to (0.6.0), the errors from keda-add-ons-http-external-scaler POD were gone. however i am still seeing the errors in keda-add-ons-http-interceptor POD.
|
Do you see those errors all the time? The error means that the internal table for routes hasn't been generated yet, but it should disappear after some seconds |
I am seeing all the time.
…On Wed, Oct 25, 2023, 03:01 Jorge Turrado Ferrero ***@***.***> wrote:
Do you see those errors all the time? The error means that the internal
table for routes hasn't been generated yet, but it should disappear after
some seconds
—
Reply to this email directly, view it on GitHub
<#812 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4INBIUSTEVE3VJUQGY2ULYBAXTTAVCNFSM6AAAAAA5XM6TZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZYGA3TGNBTGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Any idea @t0rr3sp3dr0 ? |
The current chart doesn't exposed a port for the metrics so there is no endpoint: $ kubectl -n keda get ep keda-add-ons-http-controller-manager-metrics-service
NAME ENDPOINTS AGE
keda-add-ons-http-controller-manager-metrics-service <none> 4h39m the operator deployment needs to extend: template:
spec:
containers:
ports:
- containerPort: 8443
name: https
protocol: TCP $ kubectl -n keda get ep keda-add-ons-http-controller-manager-metrics-service
NAME ENDPOINTS AGE
keda-add-ons-http-controller-manager-metrics-service 10.42.1.89:8443 4h41m |
The service isn't correct, but it should point to |
ah, ok. Just wondering this service had no endpoints |
Yeah, you are right and thanks to your comment I've noticed the gap. The PR is already opened 😄 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Report
Insatlled the HttpAddOn and created the HttpScaler Object. However i am seeing the errors in Interceptor and external scaler Pod logs.
Http Scaler Object
Expected Behavior
Should not show any errors in Interceptor and external scaler pod logs. Should able to read the metrics without any erros.
Actual Behavior
Should able to retrieve the metrics without errors
Steps to Reproduce the Problem
Installed the HttpAddon on Azure AKS cluster and created the HttpScaler Object
Logs from KEDA HTTP operator
1. keda-add-ons-http-interceptor
HTTP Add-on Version
0.5.0
Kubernetes Version
1.26
Platform
Microsoft Azure
Anything else?
No response
The text was updated successfully, but these errors were encountered: