Skip to content

Zachg/rust tracer add datadog trace endpoints #4856

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

Open
wants to merge 8 commits into
base: igor/rust-the-germ
Choose a base branch
from

Conversation

ZStriker19
Copy link
Contributor

@ZStriker19 ZStriker19 commented Jun 26, 2025

Motivation

We want the rust tracer to be able to pass datadog parametric system-tests to validate its behavior

Changes

This PR adds a skeleton for the datadog parametric endpoints as well as implements the span/start and span/finish endpoint. More endpoints will be implemented in time as we work to pass more of the tests.

It also enables passing sampling tests in the rust.yml file while skipping those that fail for the reason that we have not yet implemented lazy sampling in the rust tracer yet. Therefore any sampling decision that relies on metadata set after the span starts will not be correct.

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • If PR title starts with [<language>], double-check that only <language> is impacted by the change
  • No system-tests internal is modified. Otherwise, I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added (or removed)?

@ZStriker19 ZStriker19 marked this pull request as ready for review June 27, 2025 19:05
@ZStriker19 ZStriker19 requested review from a team as code owners June 27, 2025 19:05
@ZStriker19 ZStriker19 requested review from mabdinur and a team as code owners June 27, 2025 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant