-
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
Add ENABLE_OPENTELEMETRY flag #5436
Add ENABLE_OPENTELEMETRY flag #5436
Conversation
/run-e2e opentelemetry |
/run-e2e opentelemetry |
My local testing works fine, and I added some logs for checking. Could you help to run e2e test again? @JorTurFer |
/run-e2e opentelemetry |
Removed debugging log in scaler_cache.go |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
31df77d
to
c712551
Compare
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
/run-e2e opentelemetry |
Could you fix the conflict? |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
/run-e2e opentelemetry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add ENABLE_OPENTELEMETRY = true
to GH Secrets, right?
This is not a secret though, so let's add it to variables to not mask the value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the ENABLE_OPENTELEMETRY flag to control the installation of OpenTelemetry during the deployment or testing process.
Checklist
Fixes ##5375