5345c87680 
								
							 
						 
						
							
							
								
								End groovy files with newline ( #7127 )  
							
							
							
						 
						
							2022-11-10 12:21:55 +01:00  
				
					
						
							
							
								 
						
							
								f46ca5dfe0 
								
							 
						 
						
							
							
								
								Fix test latest deps ( #6429 )  
							
							
							
						 
						
							2022-08-06 09:02:16 +02:00  
				
					
						
							
							
								 
						
							
								b2c90c79b5 
								
							 
						 
						
							
							
								
								Extract HTTP request & response content length from headers ( #6415 )  
							
							... 
							
							
							
							* Extract HTTP request & response content length from headers
* remove unused method
* fix camel tests
* fix google http client tests
* fix HttpUrlConnection tests
* fix k8s and jaxrs tests
* fix aws tests
* actually fix aws tests 🤞 
* fix elasticsearch tests
* fix ratpack tests
* fix spring webflux tests
* fix vertx tests
* fix reactor netty tests 
							
						 
						
							2022-08-05 10:55:47 -07:00  
				
					
						
							
							
								 
						
							
								4e3f19d469 
								
							 
						 
						
							
							
								
								Enable span suppression by SpanKey by default ( #5779 )  
							
							... 
							
							
							
							* Enable span suppression by SpanKey by default
* fix HTTP tests (probably)
* add exception for camel
* remove suppression tests from @WithSpan instrumentations
* remove suppression tests from @WithSpan instrumentation; spring boot autoconfigure
* fix twilio tests
* fix netty-based HTTP clients, remove AWS SDK 1.11 unit test
* fix elasticsearch tests
* codenarc
* spotless
* fix AWS SDK 1.11 tests
* remove a TODO
* code review comments
* fix merge conflict
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2022-04-19 14:13:09 -07:00  
				
					
						
							
							
								 
						
							
								e9c1efece2 
								
							 
						 
						
							
							
								
								Update to Groovy 4 ( #5532 )  
							
							... 
							
							
							
							* Update to Groovy 4
* exclude spock from grails tests, update comment
* Update instrumentation/grails-3.0/javaagent/build.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2022-03-09 15:07:41 -08:00  
				
					
						
							
							
								 
						
							
								12e1134f57 
								
							 
						 
						
							
							
								
								Increase delay in attempt to fix flaky test in AbstractAws1ClientTest ( #5441 )  
							
							
							
						 
						
							2022-02-24 08:38:16 -08:00  
				
					
						
							
							
								 
						
							
								23b33adb0a 
								
							 
						 
						
							
							
								
								Auto-format groovy files in Intellij ( #5260 )  
							
							... 
							
							
							
							* Auto-format groovy files in Intellij
* A bit of clean up 
							
						 
						
							2022-01-28 09:29:46 -08:00  
				
					
						
							
							
								 
						
							
								d79c26f23d 
								
							 
						 
						
							
							
								
								Support AWS SDK v1 request object subclasses. ( #5231 )  
							
							
							
						 
						
							2022-01-26 13:47:34 +09:00  
				
					
						
							
							
								 
						
							
								e28235ffd6 
								
							 
						 
						
							
							
								
								fix(aws-sdk): use RPC attributes from spec ( #5166 )  
							
							... 
							
							
							
							* style: rename AwsSdkAttributes to AwsSdkHttpAttributes
* feat(aws-sdk-1.11): use rpc attributes from spec
* feat(aws-sdk-2.2): use rpc attributes from spec
* fix: update apache-camel test with aws-sdk rpc attributes
* chore: lint fix
* Update instrumentation/aws-sdk/aws-sdk-1.11/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v1_11/AwsSdkRpcAttributesExtractor.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AwsSdkRpcAttributesExtractor.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> 
							
						 
						
							2022-01-19 09:51:20 -08:00  
				
					
						
							
							
								 
						
							
								6b6b22de96 
								
							 
						 
						
							
							
								
								Update Armeria for testing ( #4730 )  
							
							... 
							
							
							
							* Update Armeria for testing
* Fix aws sdk and netty tests for armeria update (#4841 )
* Fix aws sdk tests for armeria update
* fix flaky aws11 test
* send path instread of full uri
* send path instread of full uri
* fix flaky aws11 test
* fix netty tests
* spotless
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com> 
							
						 
						
							2021-12-09 08:53:56 +09:00  
				
					
						
							
							
								 
						
							
								ce4cef76f9 
								
							 
						 
						
							
							
								
								Clean up groovy assertions ( #4805 )  
							
							
							
						 
						
							2021-12-05 23:23:58 -08:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								bc7b125718 
								
							 
						 
						
							
							
								
								Fix IndexOutOfBounds in apache http clients ( #4575 )  
							
							... 
							
							
							
							* Fix IndexOutOfBounds in apache http clients
* aws test has an extra span now that http client instrumentation doesn't fail with execption 
							
						 
						
							2021-11-03 09:36:41 -07:00  
				
					
						
							
							
								 
						
							
								6967484a97 
								
							 
						 
						
							
							
								
								Update groovy import order to match default IntelliJ ( #1708 ) ( #4047 )  
							
							... 
							
							
							
							* Update groovy import order to match default IntelliJ (#1708 )
* organized imports for .groovy files to follow default IntelliJ import settings
* updated intellij-setup.md
* Spotless
* drift
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-09-11 11:53:08 -07:00  
				
					
						
							
							
								 
						
							
								761b9c280b 
								
							 
						 
						
							
							
								
								Migrate instrumentation gradle files to kotlin ( #3414 )  
							
							... 
							
							
							
							* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle 
							
						 
						
							2021-06-28 17:27:12 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								7ad9e7a50b 
								
							 
						 
						
							
							
								
								Move shaded testing dependencies to internal package. ( #3305 )  
							
							
							
						 
						
							2021-06-15 13:10:19 +03:00  
				
					
						
							
							
								 
						
							
								224dc51e93 
								
							 
						 
						
							
							
								
								Migrate java.gradle to conventions plugin ( #3289 )  
							
							... 
							
							
							
							* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-15 08:10:39 +09:00  
				
					
						
							
							
								 
						
							
								b25ac0f1ad 
								
							 
						 
						
							
							
								
								Clean up old operation name terminology ( #3282 )  
							
							
							
						 
						
							2021-06-13 22:10:36 -07:00  
				
					
						
							
							
								 
						
							
								f91e35616f 
								
							 
						 
						
							
							
								
								Migrate remaining usages of TestHttpServer to Armeria. ( #3231 )  
							
							... 
							
							
							
							* Migrate remaining usages of TestHttpServer to Armeria.
* Remove unused.
* Shade netty tcnative to allow TLS on Java 8 
							
						 
						
							2021-06-10 09:28:44 +09:00  
				
					
						
							
							
								 
						
							
								c358a35414 
								
							 
						 
						
							
							
								
								Use dependency management pattern for dependency versions ( #3113 )  
							
							... 
							
							
							
							* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-05-28 11:32:08 +09:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								10db083e77 
								
							 
						 
						
							
							
								
								Update to OTel API/SDK 1.2.0 ( #2945 )  
							
							... 
							
							
							
							* Update to OTel API/SDK 1.2.0
* TCP.IP -> tcp_ip
* Fix smoke tests 
							
						 
						
							2021-05-10 10:14:07 -07:00  
				
					
						
							
							
								 
						
							
								bd829a6494 
								
							 
						 
						
							
							
								
								Remove duplicate status verification ( #2710 )  
							
							
							
						 
						
							2021-04-19 11:41:37 -07:00  
				
					
						
							
							
								 
						
							
								4ad9ed5c32 
								
							 
						 
						
							
							
								
								Reimplement finding open ports ( #2629 )  
							
							
							
						 
						
							2021-03-25 10:41:20 -07:00  
				
					
						
							
							
								 
						
							
								63ad9b2a35 
								
							 
						 
						
							
							
								
								Remove aws sdk v1 tests that rely too much on implementation detail of SDK without really testing anything. ( #2557 )  
							
							
							
						 
						
							2021-03-11 11:47:12 -08:00  
				
					
						
							
							
								 
						
							
								71d3f09c80 
								
							 
						 
						
							
							
								
								Extract library instrumentation for AWS SDK v1 ( #2525 )  
							
							... 
							
							
							
							* Extract library instrumentation for AWS SDK v1
* Drift 
							
						 
						
							2021-03-10 12:36:12 +09:00