-
Notifications
You must be signed in to change notification settings - Fork 375
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
[PROF-9263] Add experimental support for profiling code hotspots when used with opentelemetry ruby gem #3510
Commits on Sep 25, 2024
-
[PROF-9263] First working version of getting trace identifiers from o…
…tel gem Things missing: * Specs conflict with ddtrace otel specs (need to poke at appraisals) * Missing endpoint support
Configuration menu - View commit details
-
Copy full SHA for c579077 - Browse repository at this point
Copy the full SHA c579077View commit details -
Refactor
otel_span_context_from
to also return spanWhile we don't need the actual span object to read the span ids, we will need it to read the endpoint names.
Configuration menu - View commit details
-
Copy full SHA for 538aed9 - Browse repository at this point
Copy the full SHA 538aed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8a9a7 - Browse repository at this point
Copy the full SHA 1c8a9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc26465 - Browse repository at this point
Copy the full SHA fc26465View commit details -
Allow specs for otel sdk without ddtrace to co-exist with the ddtrace…
… specs I'm... unhappy about this, but couldn't think of anything better that wouldn't involve refactoring the ddtrace tracing otel support and that seems even worse.
Configuration menu - View commit details
-
Copy full SHA for a6164bd - Browse repository at this point
Copy the full SHA a6164bdView commit details -
Fix specs breaking on Ruby 2.3 due to missing String#unpack1
Sigh old rubies...
Configuration menu - View commit details
-
Copy full SHA for 5dcec3f - Browse repository at this point
Copy the full SHA 5dcec3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 468cb13 - Browse repository at this point
Copy the full SHA 468cb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd865ee - Browse repository at this point
Copy the full SHA dd865eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19646f2 - Browse repository at this point
Copy the full SHA 19646f2View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b67c03 - Browse repository at this point
Copy the full SHA 6b67c03View commit details