Skip to content
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

Merged
merged 204 commits into from
Jan 31, 2023

Conversation

boostchicken
Copy link
Member

@boostchicken boostchicken commented Oct 19, 2021

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

boostchicken and others added 4 commits January 30, 2023 14:54
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>
@boostchicken
Copy link
Member Author

boostchicken commented Jan 30, 2023

Hi @boostchicken ,

I've raised #18081 to help address the comments raised and help get this through. I've made sure your commit history is preserved to ensure that you're given the credit.

if this isn't acceptable, please let me know and I will close the PR and leave the comments to be addressed here.

You can toast your PR, I got everything addressed @MovieStoreGuy

@boostchicken
Copy link
Member Author

Ready for merge @jpkrohling

@MovieStoreGuy MovieStoreGuy added the ready to merge Code review completed; ready to merge by maintainers label Jan 31, 2023
Copy link
Member

@jpkrohling jpkrohling left a 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.

receiver/datadogreceiver/factory.go Outdated Show resolved Hide resolved
receiver/datadogreceiver/receiver.go Outdated Show resolved Hide resolved
receiver/datadogreceiver/receiver.go Show resolved Hide resolved
receiver/datadogreceiver/receiver.go Show resolved Hide resolved
receiver/datadogreceiver/receiver_test.go Show resolved Hide resolved
receiver/datadogreceiver/translator.go Show resolved Hide resolved
Copy link
Member

@jpkrohling jpkrohling left a 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!

@jpkrohling jpkrohling merged commit 3771eee into open-telemetry:main Jan 31, 2023
TylerHelmuth pushed a commit to TylerHelmuth/opentelemetry-collector-contrib that referenced this pull request Jan 31, 2023
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>
@boostchicken boostchicken deleted the datadog-receiver branch January 31, 2023 16:38
@boostchicken boostchicken changed the title [receiver/datadog] Add Datadog receiver [receiver/datadog] new component: datadogreceivver Feb 7, 2023
povilasv referenced this pull request in coralogix/opentelemetry-collector-contrib Feb 17, 2023
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>
@boostchicken boostchicken changed the title [receiver/datadog] new component: datadogreceivver [receiver/datadog] new component: datadogreceiver Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataDog APM Trace Agent Receiver Support