Skip to content
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

OTEL collector error logging is wrong #5094

Closed
Tracked by #5207
zroubalik opened this issue Oct 18, 2023 · 0 comments · Fixed by #5095
Closed
Tracked by #5207

OTEL collector error logging is wrong #5094

zroubalik opened this issue Oct 18, 2023 · 0 comments · Fixed by #5095
Assignees
Labels
bug Something isn't working

Comments

@zroubalik
Copy link
Member

zroubalik commented Oct 18, 2023

Otel logger is set as prometheus_server:

var otLog = logf.Log.WithName("prometheus_server")

Also some error messages are printed with fmt.Println instead of using logger:

fmt.Println("failed to register scaler metrics latency")

KEDA Version

2.12.0

@zroubalik zroubalik added the bug Something isn't working label Oct 18, 2023
@zroubalik zroubalik self-assigned this Oct 18, 2023
@zroubalik zroubalik changed the title OTEL collertor error logging is wrong OTEL collector error logging is wrong Oct 18, 2023
@zroubalik zroubalik mentioned this issue Nov 27, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant