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

fix(rails): Rails instrumentation should load ActiveJob instrumentation #1099

Merged
merged 4 commits into from
Aug 8, 2024

Conversation

aburgel
Copy link
Contributor

@aburgel aburgel commented Aug 3, 2024

opentelemetry-instrumentation-rails gem has a dependency on opentelemetry-instrumentation-active_support and opentelemetry-instrumentation-active_job, but doesn't load them, so calling use_all won't result in active_job or active_support instrumentation being used.

This was a little surprising and seemed like an oversight, so I figured I'd contribute a fix. If this is intentional, please let me know and I can update the docs instead.

Copy link

linux-foundation-easycla bot commented Aug 3, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@aburgel aburgel changed the title Rails instrumentation should load active job and active support Rails instrumentation should load active job Aug 5, 2024
@aburgel aburgel changed the title Rails instrumentation should load active job fix(rails): Rails instrumentation should load ActiveJob instrumentation Aug 5, 2024
@arielvalentin arielvalentin merged commit e8536cf into open-telemetry:main Aug 8, 2024
57 checks passed
@github-actions github-actions bot mentioned this pull request Aug 8, 2024
@aburgel aburgel deleted the patch-1 branch August 8, 2024 14:53
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.

2 participants