-
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
swallowed exception in Operator.Process #33783
Labels
Comments
zeitlinger
added
bug
Something isn't working
needs triage
New item requiring triage
labels
Jun 26, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Thanks for reporting @zeitlinger. I agree this is a problem. Do you want to make a PR for this? |
Created #33847 |
djaglowski
added a commit
that referenced
this issue
Jul 9, 2024
**Link to tracking Issue:** Fixes #33783 **Testing:** nothing added **Documentation:** not applicable --------- Co-authored-by: Dan Jaglowski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
pkg/stanza, pkg/stanza/fileconsumer
What happened?
Description
Some of the usages of
opentelemetry-collector-contrib/pkg/stanza/operator/operator.go
Line 40 in d78d7bb
Steps to Reproduce
Real config
Why?
include_file_path: true
is missing - but is required unless you setadd_metadata_from_filepath: false
opentelemetry-collector-contrib/pkg/stanza/operator/parser/container/parser.go
Line 294 in 6395ff8
Test
remove this line:
opentelemetry-collector-contrib/pkg/stanza/operator/parser/container/parser_test.go
Line 246 in 6395ff8
Expected Result
error is reported to user
Actual Result
error is silent - you just don't get log messages
Collector version
0.103.0
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: