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

feat: [receiver/datadog] add container id to v0.5 requests #35346

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

povilasv
Copy link
Contributor

@povilasv povilasv commented Sep 23, 2024

Description:

Add parsing of Container ID from DD v0.5 request.

I've got a hold of an example request:

Sending request: PUT v0.5/traces {'Datadog-Meta-Lang': 'python', 'Datadog-Meta-Lang-Version': '3.10.14', 'Datadog-Meta-Lang-Interpreter': 'CPython', 'Datadog-Meta-Tracer-Version': '2.7.2', 'Datadog-Client-Computed-Top-Level': 'yes', 'Datadog-Container-Id': '7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Datadog-Entity-ID': 'cid-7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Content-Type': 'application/msgpack', 'X-Datadog-Trace-Count': '1'}

Link to tracking Issue:

#35345

Testing:

  • updated unit test

Documentation:

@povilasv povilasv marked this pull request as ready for review September 23, 2024 08:03
@povilasv povilasv requested a review from a team as a code owner September 23, 2024 08:03
@MovieStoreGuy MovieStoreGuy merged commit e6274cd into open-telemetry:main Sep 25, 2024
158 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 25, 2024
@povilasv povilasv deleted the dd-container-id branch September 26, 2024 05:03
jriguera pushed a commit to springernature/opentelemetry-collector-contrib that referenced this pull request Oct 4, 2024
…metry#35346)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Add parsing of Container ID from DD v0.5 request.

I've got a hold of an example request:
```
Sending request: PUT v0.5/traces {'Datadog-Meta-Lang': 'python', 'Datadog-Meta-Lang-Version': '3.10.14', 'Datadog-Meta-Lang-Interpreter': 'CPython', 'Datadog-Meta-Tracer-Version': '2.7.2', 'Datadog-Client-Computed-Top-Level': 'yes', 'Datadog-Container-Id': '7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Datadog-Entity-ID': 'cid-7d0f62eb396bd016230ebc53d525bd6bc9ce734894fcf70b39f268b62001a79d', 'Content-Type': 'application/msgpack', 'X-Datadog-Trace-Count': '1'}
```
**Link to tracking Issue:** 


open-telemetry#35345

**Testing:** <Describe what testing was performed and which tests were
added.>
-  updated unit test

**Documentation:** <Describe the documentation added.>
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants