e0cb216610 
								
							 
						 
						
							
							
								
								Remove remaining usages of basic span asserts ( #3616 )  
							
							
							
						 
						
							2021-07-19 10:09:44 -07:00  
				
					
						
							
							
								 
						
							
								f5ce4c03f8 
								
							 
						 
						
							
							
								
								Inline basic usages of basicSpan ( #3583 )  
							
							... 
							
							
							
							* Inline basic usages of basicSpan
* spock 
							
						 
						
							2021-07-18 21:15:51 +03:00  
				
					
						
							
							
								 
						
							
								d3b62de8a5 
								
							 
						 
						
							
							
								
								Replace most uses of TraceUtils with testRunner runWithSpan. ( #3582 )  
							
							
							
						 
						
							2021-07-15 10:30:34 -07:00  
				
					
						
							
							
								 
						
							
								9b56fc9051 
								
							 
						 
						
							
							
								
								Clean up AgentElementMatchers ( #3527 )  
							
							... 
							
							
							
							* Clean up AgentElementMatchers
* remove a TODO
* moved method 
							
						 
						
							2021-07-09 10:02:21 +03:00  
				
					
						
							
							
								 
						
							
								c5ba5c3a71 
								
							 
						 
						
							
							
								
								Use local variable for passing CallDepth between advice enter/exit me… ( #3504 )  
							
							... 
							
							
							
							* Use local variable for passing CallDepth between advice enter/exit methods
* fix broken call depth tracking
* checkstyle
* fix javadocs 
							
						 
						
							2021-07-06 12:05:14 -07:00  
				
					
						
							
							
								 
						
							
								b9fcb6b498 
								
							 
						 
						
							
							
								
								Reduce CallDepth classes' API surface ( #3497 )  
							
							
							
						 
						
							2021-07-06 09:24:19 +02: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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								4c80c62ce7 
								
							 
						 
						
							
							
								
								Add unused to remaining advice classes ( #3280 )  
							
							... 
							
							
							
							* Add unused to remaining advice classes
* Add newlines for visual separation 
							
						 
						
							2021-06-14 11:12:02 +09:00  
				
					
						
							
							
								 
						
							
								de7eaa0fe6 
								
							 
						 
						
							
							
								
								Enable https tests ( #3258 )  
							
							
							
						 
						
							2021-06-11 17:16:34 -07:00  
				
					
						
							
							
								 
						
							
								e93ff4d419 
								
							 
						 
						
							
							
								
								Remove references to dropped request test ( #3238 )  
							
							
							
						 
						
							2021-06-10 16:21:11 +03:00  
				
					
						
							
							
								 
						
							
								7ae23fc694 
								
							 
						 
						
							
							
								
								Migrate HttpClientTest test server to Armeria ( #3225 )  
							
							... 
							
							
							
							* Use Armeria for test HTTP server.
* Continue
* Migrate test http server to Armeria.
* Finish
* Use junit extension
* Remove unused.
* Use localhost for net peer name.
* Block for full response in recator-netty tests.
* Handle split responses in netty41 and akka
* Typo 
							
						 
						
							2021-06-09 15:05:58 +09:00  
				
					
						
							
							
								 
						
							
								6d24c765b6 
								
							 
						 
						
							
							
								
								Fix reactor netty latest dep test ( #3205 )  
							
							
							
						 
						
							2021-06-07 12:01:45 -07:00  
				
					
						
							
							
								 
						
							
								e1762677da 
								
							 
						 
						
							
							
								
								Refactor HttpClientTest ( #3159 )  
							
							... 
							
							
							
							* Remove unused extraClientSpans() method
* Merge extraAttributes() and hasClientSpanHttpAttributes(uri) into
httpAttributes(uri): this will allow to choose extracted attributes
per URI (for example, OkHttp won't set flavor on connection exception
once it's rewritten to Instrumenter) 
							
						 
						
							2021-06-03 10:54:01 +09:00  
				
					
						
							
							
								 
						
							
								c1c052318b 
								
							 
						 
						
							
							
								
								Move more type instrumentations to top-level classes ( #3118 )  
							
							
							
						 
						
							2021-05-28 17:24:19 -07:00  
				
					
						
							
							
								 
						
							
								e16cf3001f 
								
							 
						 
						
							
							
								
								Add attributes to netty connection failure span ( #3115 )  
							
							
							
						 
						
							2021-05-28 15:01:10 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								b4b102dbec 
								
							 
						 
						
							
							
								
								Enable http client connection failure tests ( #2998 )  
							
							
							
						 
						
							2021-05-17 12:15:48 -07:00  
				
					
						
							
							
								 
						
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
				
					
						
							
							
								 
						
							
								56d7fd3516 
								
							 
						 
						
							
							
								
								Expose correct Context.current() in reactive-netty callbacks ( #2850 )  
							
							
							
						 
						
							2021-04-29 12:29:36 -07:00  
				
					
						
							
							
								 
						
							
								9464134ffd 
								
							 
						 
						
							
							
								
								Test failing async http request ( #2812 )  
							
							
							
						 
						
							2021-04-19 14:11:27 -07:00  
				
					
						
							
							
								 
						
							
								3bc058b10b 
								
							 
						 
						
							
							
								
								Don't create duplicate headers ( #2727 )  
							
							... 
							
							
							
							* Test infra
* Update examples
* Update instrumentation
* Update tests
* jaxrs-client fixes
* Remove doRequest/doReusedRequest
* Fix muzzle
* some fixes
* fix test
* doc
* not private
* Apply to doRequestWithCallback also
* Update doc
* groovy
* better
* Don't hardcode traceparent
* Reuse request in SpringRestTemplateTest 
							
						 
						
							2021-04-12 12:21:16 +03:00  
				
					
						
							
							
								 
						
							
								b8f50fe922 
								
							 
						 
						
							
							
								
								Add parent dirs for common instrumentations ( #2767 )  
							
							
							
						 
						
							2021-04-10 10:53:56 -07:00