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

DEBUG-2334 Probe Builder for dynamic instrumentation #3921

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

p-datadog
Copy link
Contributor

What does this PR do?

Adds ProbeBuilder class which parses remote configuration payloads into Probe constructor arguments.

Motivation:
Initial implementation of dynamic instrumentation for Ruby.

Additional Notes:

How to test the change?
Unit tests.

Unsure? Have a question? Request a review!

@p-datadog p-datadog requested a review from a team as a code owner September 17, 2024 16:46
@p-datadog p-datadog marked this pull request as draft September 17, 2024 16:48
@p-datadog p-datadog marked this pull request as ready for review September 17, 2024 17:03
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.86%. Comparing base (0f02339) to head (682bbb9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3921   +/-   ##
=======================================
  Coverage   97.86%   97.86%           
=======================================
  Files        1288     1290    +2     
  Lines       77109    77180   +71     
  Branches     3803     3808    +5     
=======================================
+ Hits        75462    75535   +73     
+ Misses       1647     1645    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pr-commenter
Copy link

pr-commenter bot commented Sep 17, 2024

Benchmarks

Benchmark execution time: 2024-09-17 17:39:30

Comparing candidate commit 682bbb9 in PR branch di-probe-builder with baseline commit 0f02339 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 23 metrics, 2 unstable metrics.

@p-datadog p-datadog merged commit 4fff83a into master Sep 23, 2024
192 of 193 checks passed
@p-datadog p-datadog deleted the di-probe-builder branch September 23, 2024 12:52
@github-actions github-actions bot added this to the 2.4.0 milestone Sep 23, 2024
p-datadog pushed a commit to p-datadog/dd-trace-rb that referenced this pull request Sep 23, 2024
* master: (122 commits)
  DEBUG-2334 Probe Builder for dynamic instrumentation (DataDog#3921)
  Fix matrix format
  Remove GraphQL error test that provides low value
  Add missing GraphQL and Hanami tests to CI
  Exclude linter
  Skip JRuby which does not respond to fork
  Add backtrace
  Add SSI entry point
  Remove before merge
  Update PR body
  Use PAT
  [PROF-10422] Fix flaky GVL profiling integration spec
  [🤖] Update Latest Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/10958098108
  [NO-TICKET] Fix flaky spec in profiler due to race
  Remove obsolete group
  [🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/runs/10956486485
  Remove obsolete task
  Raise ArgumentError when trying to use GVL profiling on unsupported Rubies
  Update gemfiles/*
  Cleanup gemfile
  ...
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.

4 participants