-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
send_quiet
is not working for container
operator
#35726
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
cc @ChrsMark |
I took a look into this. It seems that these errors that happen directly inside I think we can honor the |
Hello @ChrsMark, can you assign this to me? |
Sure @khushijain21! Thank's for taking this! |
After #35834 my comment is not valid. This issue can happen however in other operators like at
It seems that after d31bc2e#diff-3f65701685094531f52b03700a138417be4cb0038f6acf7fea5896a791cf7f9bL135 it is expected that the errors from the operators are returned up to the reader and hence logged. The
@djaglowski @khushijain21 shall we first agree on the expected behavior before moving forward with #35758? From what I can put together now, I think we need to agree on the following:
I'm leaning towards having the |
Apologies for the churn on this. I'm definitely not very tuned into the considerations of how we do or should propagate errors here. @ChrsMark I'm happy to go with your recommendation on this. |
Component(s)
pkg/stanza
What happened?
Description
sample log(some parts are masked)
Steps to Reproduce
running v0.109.0 and given following operator config
Expected Result
no error log to be logged
Actual Result
Collector version
v0.109.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
The issue is found after we upgrade from v0.104.0 to v0.109.0, while checked change history in pkg/stanza, I suspect it is related to d31bc2e#diff-3f65701685094531f52b03700a138417be4cb0038f6acf7fea5896a791cf7f9bL135
The text was updated successfully, but these errors were encountered: