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

Latest Otel configuration is failing #231

Closed
rgildein opened this issue Oct 9, 2024 · 4 comments · Fixed by #232
Closed

Latest Otel configuration is failing #231

rgildein opened this issue Oct 9, 2024 · 4 comments · Fixed by #232
Labels
bug Something isn't working

Comments

@rgildein
Copy link
Contributor

rgildein commented Oct 9, 2024

Bug Description

The latest version (0.111.0) of otel collector require change in the manifest, specifically in the exporters.

I checked the change log for 0.111.0 version, but I didn't see anything particular. I know that the changes are in latest version, because I tried to test 0.110.0 and cos integration test pass without issue.

To Reproduce

  1. tox -vve cos-integration -- --model cos-test

Environment

Juju 3.5.4-genericlinux-amd64
MicroK8s v1.30.5 revision 7235

Relevant Log Output

$ k logs pod/otel-collector-6476c498f5-7sb8n -n cos-test
Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'exporters': the logging exporter has been deprecated, use the debug exporter instead
2024/10/09 19:49:16 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'exporters': the logging exporter has been deprecated, use the debug exporter instead

Additional Context

No response

@rgildein rgildein added the bug Something isn't working label Oct 9, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6425.

This message was autogenerated

@orfeas-k
Copy link
Contributor

orfeas-k commented Oct 10, 2024

@orfeas-k
Copy link
Contributor

Looks like removing the logging from the collector from the manifest file worked

@orfeas-k
Copy link
Contributor

In team discussions, we decided to pin to the previous versions both in main and track channels with version 0.110.0. We 'll file another issue and work on it for CKF release 1.10, when we update knative manifests.

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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants