-
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
Add a translator for api/v0.2/traces protocol #27672
Conversation
@tomert-alma, thank you! Can you add a changelog entry? |
@jpkrohling done. |
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: datadogereceiver |
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.
component: datadogereceiver | |
component: datadogreceiver |
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.
done.
@jpkrohling it says that Im not authorized to merge this pull request. thanks! |
@jpkrohling a kindly ping :) |
**Description:** fixing open-telemetry#27045. Fixing datadog receiver to listen to api/v0.2/traces api. **Link to tracking Issue:** open-telemetry#27045 **Testing:** add a a UT to datadog translator for api/v0.2/traces This translator relies on the receiver of datadog agent: https://github.com/DataDog/datadog-agent/blob/2973404818f6cf02138a5ae3ac9019c342adce38/test/integration/serverless/recorder-extension/main.go#L257 E2E tests has been done, where datadog receiver gets traces from the datadog agent.
Description: fixing #27045.
Fixing datadog receiver to listen to api/v0.2/traces api.
Link to tracking Issue: #27045
Testing: add a a UT to datadog translator for api/v0.2/traces
This translator relies on the receiver of datadog agent:
https://github.com/DataDog/datadog-agent/blob/2973404818f6cf02138a5ae3ac9019c342adce38/test/integration/serverless/recorder-extension/main.go#L257
E2E tests has been done, where datadog receiver gets traces from the datadog agent.