-
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/datadog] new component: datadogreceiver #5836
[receiver/datadog] new component: datadogreceiver #5836
Conversation
Co-authored-by: Alex Boten <alex@boten.ca>
Co-authored-by: Alex Boten <alex@boten.ca>
Co-authored-by: Alex Boten <alex@boten.ca>
Co-authored-by: Alex Boten <alex@boten.ca>
You can toast your PR, I got everything addressed @MovieStoreGuy |
Ready for merge @jpkrohling |
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.
There are quite a few issues marked as Resolved but didn't seem to have been actually resolved. I believe most can be addressed in follow-up PRs, but I'm not sure which ones were really resolved already. I created tracker issues for two that I knew that need to be done soon, but before approving and merging, I would like you to go over the items I reopened and see if they are still relevant. If they are, please create an issue to track the tech debt.
Co-authored-by: Alex Boten <alex@boten.ca>
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.
LGTM now, thank you!
Signed-off-by: John <john.dorman@sony.com> Signed-off-by: John <dorman@overlooked.us> Signed-off-by: John Dorman <john@boostchicken.dev> Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com> Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com> Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com> Co-authored-by: Alex Boten <alex@boten.ca>
Signed-off-by: John <john.dorman@sony.com> Signed-off-by: John <dorman@overlooked.us> Signed-off-by: John Dorman <john@boostchicken.dev> Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com> Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com> Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de> Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com> Co-authored-by: Alex Boten <alex@boten.ca>
Description: Added ability to receive DD APM Traces
Testing: Tested in real world by adding plugin and sending DDAPM traces through
Documentation: https://github.com/boostchicken/opentelemetry-collector-contrib/blob/datadog-receiver/receiver/datadogreceiver/README.md
Closes #1852