-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[receiver/azureeventhubreceiver]Implemented receiver to support traces #33583
[receiver/azureeventhubreceiver]Implemented receiver to support traces #33583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the effort deepan10. I think it will be worth the investment for you to expand on a couple of ideas coming up in this PR with an issue called something like "Support Application Insights traces." The addition of more telemetry is highlighting the importance of being systematic about handling multiple data models, and I think interested parties could collaborate on the direction (including where to land which pieces of the logic) better in that venue.
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
88fc0a5
to
07c3f8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes requested appear to have been made. Nice work! Thanks for the comments @nslaughter.
c8ab6a1
to
5838799
Compare
@atoulme Any chance you can look at this for approval? |
9cf3485
to
0ae5a2d
Compare
Hello @cparkins & @atoulme & @nslaughter |
receiver/azureeventhubreceiver/azureresourcetraces_unmarshaler.go
Outdated
Show resolved
Hide resolved
759d6cb
to
55ebced
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me. One slight typo that may get caught on the build.
4e4724c
to
b5d5c1a
Compare
@nslaughter please review as well |
Marking ready to merge - if @nslaughter has no objections by next week, we should get this in |
One week since this message so I am merging! |
open-telemetry#33583) **Description:** Implemented `azureeventhubreceiver` to support traces <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** Added information in to `README.md`
Description: Implemented
azureeventhubreceiver
to support tracesLink to tracking Issue:
Testing:
Documentation: Added information in to
README.md