-
Notifications
You must be signed in to change notification settings - Fork 373
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
[🤖] Update Supported Versions #4236
base: master
Are you sure you want to change the base?
Conversation
👋 Hey @DataDog/ruby-guild, please fill "Change log entry" section in the pull request description. If changes need to be present in CHANGELOG.md you can state it this way **Change log entry**
Yes. A brief summary to be placed into the CHANGELOG.md (possible answers Yes/Yep/Yeah) Or you can opt out like that **Change log entry**
None. (possible answers No/Nope/None) Visited at: 2024-12-19 19:58:39 UTC |
Datadog ReportBranch report: ❌ 1 Failed (0 Known Flaky), 21970 Passed, 1475 Skipped, 5m 24.81s Total Time ❌ Failed Tests (1)
|
BenchmarksBenchmark execution time: 2024-12-24 15:06:25 Comparing candidate commit 9ad6d48 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
486ab51
to
392a80f
Compare
392a80f
to
68287a9
Compare
| graphql | 1.13.21 | 2.3.7 | 1.13.21 | 2.3.6 | | ||
| grpc | 1.48.0 | 1.67.0 | None | None | | ||
| hanami | 1.3.5 | 1.3.5 | None | None | | ||
| http | 5.0.1 | 5.2.0 | 4.4.1 | 4.4.1 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is net/http
in the curent docs: https://docs.datadoghq.com/tracing/trace_collection/compatibility/ruby/#integrations
| hanami | 1.3.5 | 1.3.5 | None | None | | ||
| http | 5.0.1 | 5.2.0 | 4.4.1 | 4.4.1 | | ||
| httpclient | 2.8.3 | 2.8.3 | 2.8.3 | 2.8.3 | | ||
| httprb | 5.0.1 | 5.2.0 | 4.4.1 | 4.4.1 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing httpx
| httpclient | 2.8.3 | 2.8.3 | 2.8.3 | 2.8.3 | | ||
| httprb | 5.0.1 | 5.2.0 | 4.4.1 | 4.4.1 | | ||
| kafka | 1.5.0 | 1.5.0 | 1.5.0 | 1.5.0 | | ||
| lograge | 0.12.0 | 0.14.0 | 0.12.0 | 0.14.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing makara
because it is not its own integration, but part of active_record
maybe in the contrib/active_record/integration.rb
need to include self.gems
68287a9
to
9ad6d48
Compare
This is a PR to update the table for supported integration versions.
Workflow run: Generate Supported Versions
This should be tied to tracer releases, or triggered manually.