-
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
[exporter/datasetexporter] DataSet exporter is crashing on NPE #27648
Comments
Pinging code owners for exporter/dataset: @atoulme @martin-majlis-s1 @zdaratom @tomaz-s1. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
/label -needs-triage |
I would say, that it's the correct format based on - https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-labels-via-comments |
/label good-first-issue |
It's done by the job - https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/workflows/add-labels.yml - so it took some time. :) |
/label -good-first-issue |
This was closed in the PR - #27663 |
… nil (open-telemetry#27663) **Description:** Nil is valid value for the attributes in events, spans, resources, and scopes. Lets do not crash when it appears. **Link to tracking Issue:** open-telemetry#27648 **Testing:** I have added unit tests to verify the fix. **Documentation:** <Describe the documentation added.>
… nil (open-telemetry#27663) **Description:** Nil is valid value for the attributes in events, spans, resources, and scopes. Lets do not crash when it appears. **Link to tracking Issue:** open-telemetry#27648 **Testing:** I have added unit tests to verify the fix. **Documentation:** <Describe the documentation added.>
… nil (open-telemetry#27663) **Description:** Nil is valid value for the attributes in events, spans, resources, and scopes. Lets do not crash when it appears. **Link to tracking Issue:** open-telemetry#27648 **Testing:** I have added unit tests to verify the fix. **Documentation:** <Describe the documentation added.>
Component(s)
exporter/dataset
What happened?
Description
Steps to Reproduce
Expected Result
DataSet exporter should not crash on NPE.
Actual Result
Collector version
v0.85.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
No response
The text was updated successfully, but these errors were encountered: