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

Http/sURLConnection auto instrumentation #133

Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
83eedb2
Instrument HttpURLConnection using Bytebuddy
surbhiia Oct 30, 2023
0e4c44f
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Oct 30, 2023
2ded0e8
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Nov 2, 2023
d1e21be
Update target matching, Add contentLength, contentLengthLong, headerF…
surbhiia Nov 2, 2023
7664dfa
Spotless Apply
surbhiia Nov 2, 2023
2c31c1d
Add HttpURLConnection tracing
surbhiia Nov 3, 2023
116391e
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Nov 13, 2023
e9a1242
Move runnable API to config, Update Time used, Add README, remove scope
surbhiia Nov 15, 2023
df4e4de
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Nov 15, 2023
fa389ed
Correct previous commit - Move runnable API to config, Update Time us…
surbhiia Nov 15, 2023
3b84a50
Differentiate opentelemetry-java and opentelemetry-java-instrumentation
surbhiia Nov 15, 2023
e96e6aa
Update auto-instrumentation/httpurlconnection/README.md
surbhiia Nov 16, 2023
e2516ac
Update auto-instrumentation/httpurlconnection/README.md
surbhiia Nov 16, 2023
d2cb68b
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Nov 16, 2023
a92a360
Update Readme
surbhiia Nov 17, 2023
2337523
Merge branch 'main' into develop/HttpURLConnection-auto-instrumentation
surbhiia Nov 20, 2023
277bf7d
Remove synchronized, make code concise, add min sdk setting, update r…
surbhiia Nov 22, 2023
c0a3bc6
Minor readme correction, add android.minSdk in agent build
surbhiia Nov 22, 2023
2ce934e
Added Logs and tackled another TODO
surbhiia Nov 22, 2023
2cd6e49
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
surbhiia Nov 29, 2023
fb92c89
Expand Input/Output Stream to capture IOExceptions on read
surbhiia Dec 14, 2023
3d2a414
Merge branch 'main' into develop/HttpURLConnection-auto-instrumentation
surbhiia May 28, 2024
458b341
Move httpurlconnection under instrumentation and update imports
surbhiia May 28, 2024
c858470
Improvements - Use ConcurentHashMap, harvester shedule with fixed del…
surbhiia May 30, 2024
ba541f7
Change to android library, add baseline lint and use System.uptimeMil…
surbhiia Jun 3, 2024
d4be67e
Merge branch 'main' into develop/HttpURLConnection-auto-instrumentation
surbhiia Jun 3, 2024
9460e1f
Update readme.md and a correction
surbhiia Jun 5, 2024
073d5cb
Depend on instrumentation-bom for version resolution
surbhiia Jun 6, 2024
ca183b6
Address review comments
surbhiia Jun 7, 2024
c8eb574
Update instrumentation/httpurlconnection/library/src/main/java/io/ope…
surbhiia Jun 7, 2024
92eec96
spotlessApply
surbhiia Jun 7, 2024
1ab8d1a
Update to permalinks
surbhiia Jun 13, 2024
91c40e3
Remove lint baseline and add suppress annotation instead.
surbhiia Jun 14, 2024
5102e2f
SpotlessApply
surbhiia Jun 14, 2024
36f9de3
Rename to CONNECTION_INACTIVITY_TIMEOUT_MS
surbhiia Jun 17, 2024
20ec9f5
SpotlessApply
surbhiia Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'open-telemetry:main' into develop/HttpURLConnection-aut…
…o-instrumentation
surbhiia authored Oct 30, 2023
commit 0e4c44ffdbbc6da2365e1b0c11ba9770115a69fe

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.