Skip to content

Conversation

@NimrodAvni78
Copy link
Contributor

@NimrodAvni78 NimrodAvni78 commented Oct 29, 2025

resolves #811

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.43%. Comparing base (1262d8a) to head (b82cc3c).
⚠️ Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #824      +/-   ##
==========================================
- Coverage   55.79%   55.43%   -0.37%     
==========================================
  Files         243      251       +8     
  Lines       20822    21367     +545     
==========================================
+ Hits        11618    11845     +227     
- Misses       8427     8717     +290     
- Partials      777      805      +28     
Flag Coverage Δ
integration-test 23.27% <ø> (+<0.01%) ⬆️
integration-test-arm 0.00% <ø> (ø)
integration-test-vm-${ARCH}-${KERNEL_VERSION} ?
k8s-integration-test 2.78% <ø> (-0.08%) ⬇️
oats-test 0.00% <ø> (ø)
unittests 46.53% <ø> (-0.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@NimrodAvni78 NimrodAvni78 marked this pull request as ready for review October 29, 2025 15:19
@NimrodAvni78 NimrodAvni78 requested a review from a team as a code owner October 29, 2025 15:19
Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM outside of the lint errors.

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@mmat11 mmat11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments, the rest lgtm!

|:--------------|:----------:|------------:|------------------------------------------------------------------------------------|:------:|-------------------:|--------------------------------------------------------------------------------------------------------------------:|
| HTTP | All | 1.0/1.1/2.0 | All | Yes | Yes | N/A |
| gRPC | All | 1.0+ | All | Yes | Only in Go | For non go langagues, can't get method for long living connections, will mark method with `*` |
| MySQL | All | All | All | Yes | No | N/A |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might wanna mention that for already started mysql/postgres connections, we won't be able to have the prepared statements "already prepared" :D

| JsonRPC | Go | All | - | Yes | No | N/A |
| GraphQL | All but Go | All | All | Yes | No | N/A |
| Elasticsearch | All but Go | > 7.14 | /_search | Yes | No | N/A |
| Aws S3 | All but Go | | ? | Yes | No | N/A |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Aws S3 | All but Go | | ? | Yes | No | N/A |
| AWS S3 | All but Go | | ? | Yes | No | N/A |

As of now we support basic crud operations such as CreateBucket, DeleteBucket, PutObject, DeleteObject, ListBuckets, ListObjects, GetObject

@NimrodAvni78
Copy link
Contributor Author

@open-telemetry/ebpf-instrumentation-maintainers also added a pull_request_template to remind people to keep the docs up to date, lmk if we want to add more stuff to it

@grcevski
Copy link
Contributor

Nice looks good! Let's wait for CI to pass and see if @mmat11 agrees with the changes.

Copy link
Contributor

@mmat11 mmat11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@grcevski grcevski merged commit 63b1f7d into open-telemetry:main Oct 30, 2025
57 of 59 checks passed
@MrAlias MrAlias added this to the v0.1.0 milestone Oct 30, 2025
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.

document supported protocols and features

4 participants