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

decrease autoscaling version detection log verbosity #1212

Conversation

frzifus
Copy link
Member

@frzifus frzifus commented Oct 31, 2022

Running the operator in debug mode leads to a lot of equal log lines.

1.6672424509694026e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.66724245596865e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424609730213e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424659708622e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424709750526e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.667242475968806e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424809691515e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424859697676e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.667242490973008e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672424959709518e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425009758685e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.66724250596956e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425109687717e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425159707003e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.667242520974908e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425259705193e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425309741771e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}
1.6672425359828794e+09	DEBUG	config	autoscaling version detected	{"autoscaling-version": "v2beta2"}

Coming from here:
https://github.com/open-telemetry/opentelemetry-operator/blob/v0.61.0/internal/config/main.go#L99-L107

cc @kevinearls

@frzifus frzifus requested a review from a team October 31, 2022 18:59
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
@frzifus frzifus force-pushed the change_autoscale_version_detection_log_verbosity branch from 91a0056 to 3e1a83a Compare November 2, 2022 09:16
@frzifus frzifus requested a review from pavolloffay November 9, 2022 13:40
@pavolloffay pavolloffay merged commit 78ccd93 into open-telemetry:main Nov 15, 2022
@frzifus frzifus deleted the change_autoscale_version_detection_log_verbosity branch November 15, 2022 16:21
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants