You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Adds the missing dependencies into the auto generated files.
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #
#12907
<!--Describe what testing was performed and which tests were added.-->
#### Testing
<!--Describe the documentation added.-->
#### Documentation
<!--Please delete paragraphs that you did not use before submitting.-->
Component(s)
cmd/mdatagen
What happened?
Describe the bug
The testing generated files for logs do not include some used packages in the imports section:
Version: v0.124.0
Steps to reproduce
Receiver that supports
logs
signal type +go generate ./...
+ go testWhat did you expect to see?
No error
What did you see instead?
Undefined packages
Collector version
v0.124.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: