John Bley
6b65447300
Propagate otel context through custom aws client context for lambda direct calls ( #11675 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2024-07-09 20:29:04 -07:00
Jay DeLuca
5737f1db4e
Convert aws sdk 2.2 sqs tracing tests from groovy to java ( #11240 )
2024-04-30 09:53:18 +03:00
Lauri Tulmin
bb887465f3
Fix shading aws propagator ( #10669 )
2024-02-26 07:56:27 -08:00
Jonas Kunz
980d8ea244
Allow multiple invokedynamic InstrumentationModules to share classloaders ( #10015 )
2024-02-02 15:35:54 +02:00
Lauri Tulmin
9d65926094
Remove latest dep limit for aws2 sqs test ( #9902 )
2023-11-21 13:50:55 +02:00
Lauri Tulmin
4a9b965b2f
Add process spans to aws2 sqs instrumentation ( #9778 )
2023-11-10 14:20:53 +02:00
Lauri Tulmin
b6c6521d64
Pin aws sqs version to fix latest dep tests ( #9832 )
2023-11-09 13:58:22 +01:00
Lauri Tulmin
6f0fd8e631
Suppress nested http client spans in aws2 instrumentation ( #9634 )
2023-10-10 09:21:30 +02:00
Ping Xiang
2724a87743
Enhance AWS SDK Instrumentation with Detailed HTTP Error Information ( #9448 )
2023-09-29 09:16:11 -07:00
Lauri Tulmin
7d2259742a
Transform inline advice to delegating advice and test indy modules ( #9508 )
2023-09-22 11:15:39 +03:00
Lauri Tulmin
a9d5acc745
Ignore aws sdk v2 presign requests ( #9275 )
2023-08-22 12:01:28 -07:00
Raphael Philipe Mendes da Silva
57cfddcdd0
Fix http attributes of AWS SDK V2 instrumentation ( #8931 )
...
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2023-07-12 10:58:46 -07:00
Christian Neumüller
d9aac1679a
aws-sdk-2.2: SNS.Publish support with experimental messaging propagator flag ( #8830 )
2023-06-30 08:19:38 -07:00
Christian Neumüller
bb4211d0b7
Fix aws-sdk-2.2 library instrumentation crashing app when SQS is not on classpath ( #8805 )
2023-06-28 11:04:06 -07:00
Mateusz Rzeszutek
9e37e724dc
Fix the main branch history ( #8817 )
2023-06-28 10:55:41 +00:00
Abhinandan Seshadri
f25cd6354c
Convert spring rabbitmq tests from groovy to java ( #8765 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: SylvainJuge <763082+SylvainJuge@users.noreply.github.com>
Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com>
2023-06-28 10:51:27 +02:00
Christian Neumüller
3733094d5c
aws-sdk-2.2: More reflection cleanup. ( #8775 )
...
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-06-23 15:11:55 +02:00
Christian Neumüller
5b4e05a31e
aws-sdk: Use compile time reference+@NoMuzzle instead of reflection. ( #8603 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-06-16 13:11:04 -07:00
Lauri Tulmin
83a4054fcc
Fix aws sdk latest dep tests ( #8423 )
2023-05-05 12:22:08 +02:00
Lauri Tulmin
402635bb64
Remove aws-sdk-2.2 latest dep restriction ( #8207 )
2023-04-04 10:03:19 +03:00
Lauri Tulmin
0638f983a6
Fix jfr metrics on openj9 and aws-sdk muzzle failure ( #8157 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8156
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8155
2023-03-29 10:49:17 +03:00
jack-berg
94ba33e395
Use contrib AwsXrayPropagator ( #7234 )
...
Reflects move of `AwsXrayPropagator` to
[opentelemetry-java-contrib/aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-xray-propagator ).
2022-11-21 11:31:17 -08:00
Lauri Tulmin
5c2c86c65d
Run aws-sdk tests against 2.18.x ( #6956 )
...
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6945
2022-10-23 10:33:48 -07:00
Trask Stalnaker
b2a4cf171f
Cap aws-sdk versions to fix testLatestDeps ( #6944 )
...
Opened issue #6945 to track removing the cap.
Resolves #6941
Resolves #6943
2022-10-23 12:32:37 +03:00
Trask Stalnaker
c18bea3b79
Revert "Temporary fix for testLatestDeps ( #6904 )" ( #6922 )
...
This reverts commit ceb6975d17
.
Looks like this got sorted.
2022-10-20 13:06:58 +03:00
Trask Stalnaker
ceb6975d17
Temporary fix for testLatestDeps ( #6904 )
...
Resolves #6903
2022-10-18 16:28:30 +02:00
Trask Stalnaker
beabda6d96
Fix the build ( #6445 )
2022-08-08 17:39:06 -07:00
Lauri Tulmin
6534dd4d51
Aws sdk2 sqs context propagation ( #6199 )
2022-07-01 09:24:45 -07:00
Trask Stalnaker
e058fa7810
Fix aws-core testLatestDeps ( #5458 )
...
* Fix aws-core testLatestDeps
* ooops
2022-02-27 21:07:27 -08:00
Anuraag Agrawal
7e5fa5ee93
Add all AWS SDK api libraries referenced in testing to latestDepTest ( #5280 )
...
* Add all AWS SDK api libraries referenced in testing in latestDepTest
* Fix merge
2022-02-11 10:48:52 +09:00
Trask Stalnaker
022914139e
test latest deps cleanup ( #5269 )
...
* test latest deps cleanup
* Revert currently irrelevant change
* Update instrumentation/lettuce/lettuce-4.0/javaagent/build.gradle.kts
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
2022-02-01 09:49:07 -08:00
Trask Stalnaker
23fb0bd73b
Limit aws-sdk version for latest dep tests ( #5202 )
2022-01-21 15:19:09 -08:00
Steven Aerts
e01422736b
Automatic AWS library instrumentor ( #4607 )
...
Like AWS X-Ray, provide an instrumentor which automatically registers
opentelemetry instrumentation in the AWS SDK without any code changes.
Those instrumentors are separate libraries published as
opentelemetry-aws-sdk-1.11-instrumentor and opentelemetry-aws-sdk-2.2-instrumentor
2021-11-22 11:15:44 -08:00
Lauri Tulmin
cb0fa464c0
Fix awssdk2 latest dep tests ( #4472 )
2021-10-22 20:51:06 -07:00
Martin
d314d76fce
rename `newBuilder()` to `builder()` ( #4475 )
...
* rename `newBuilder()` to `builder()`
* rename `newBuilder()` to `builder()`
2021-10-22 20:50:43 -07:00
Trask Stalnaker
d90d7c80f3
Use new HelperResourceBuilder ( #3976 )
...
* Use new HelperResourceBuilder
* Use latest to avoid merge conflict
2021-08-27 09:48:16 -07:00
Mateusz Rzeszutek
5c71d28ed7
Remove deprecated Config methods ( #3908 )
2021-08-23 16:44:54 -07:00
Mateusz Rzeszutek
9b56fc9051
Clean up AgentElementMatchers ( #3527 )
...
* Clean up AgentElementMatchers
* remove a TODO
* moved method
2021-07-09 10:02:21 +03:00
Anuraag Agrawal
761b9c280b
Migrate instrumentation gradle files to kotlin ( #3414 )
...
* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle
2021-06-28 17:27:12 +09:00
Anuraag Agrawal
785dc6adf2
Rename build files to build.gradle ( #3409 )
...
* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken
2021-06-25 16:10:31 +09:00
Anuraag Agrawal
deb0e255cf
Use plugins block everywhere for applying plugins ( #3386 )
...
* Use plugins block everywhere for applying plugins
* Actually it's library instrumentation
2021-06-24 11:13:35 +09:00
Anuraag Agrawal
80f43b7a6a
Migrate javaagent-instrumentation to plugin ( #3328 )
...
* Migrate instrumentation.gradle to plugin
* Migrate usages
* Remove old
* Fix
* Revert example
* afterEvaluate
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-06-17 23:13:14 +09:00
Mateusz Rzeszutek
6fb3ec0501
Do not use arrays in InstrumentationModule ( #3057 )
...
* Do not use arrays in InstrumentationModule
* add missing cast
2021-05-24 13:51:07 +02:00
Mateusz Rzeszutek
bb8f515083
Refactor TypeInstrumentation#transformers() method ( #3019 )
...
* Refactor TypeInstrumentation#transformers() method part 1
Add TypeInstrumentation and its implementations
* Refactor TypeInstrumentation#transformers() method part 2
Use the new method in all existing TypeInstrumentation implementations
* Drift
* Spotless
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-05-18 09:50:26 +02:00
Anuraag Agrawal
fe41885ee6
Switch to colon notation for dependencies. ( #2994 )
...
* Switch to colon notation for dependencies.
* Even more cleanup
* Revert mistake
2021-05-15 15:31:06 +09:00
Anuraag Agrawal
abeca79e24
Some Gradle optimizations ( #2949 )
...
* Gradle optimizations
* Finish
2021-05-11 17:45:54 +09:00
Mateusz Rzeszutek
9c7fae3b04
Extract javaagent-extension-api from tooling & spi ( #2879 )
2021-05-06 23:30:25 -07:00
Trask Stalnaker
c17b803b71
Use isHelperClass over additionalHelperClassNames ( #2796 )
2021-04-14 09:38:16 -07:00
Trask Stalnaker
9bd028f767
Remove unnecessary genericness ( #2797 )
2021-04-14 00:01:28 -07:00
Anuraag Agrawal
a4ea1c9db2
Update to OTel 1.1.0 ( #2744 )
...
* Update to OTel 1.1.0
* Use transform safe logger
* Finish
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-04-08 16:01:16 +09:00