Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								8d513f9099 
								
							 
						 
						
							
							
								
								Make tests provide expected exception instance instead of class ( #5540 )  
							
							 
							
							... 
							
							
							
							* Make tests provide expected exception instance instead of class
* exception is optional 
							
						 
						
							2022-03-11 14:24:03 +02:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b3496381f1 
								
							 
						 
						
							
							
								
								Write http server tests in java ( #5501 )  
							
							 
							
							... 
							
							
							
							* Write http server tests in java
* typo
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* add comments
* address review comments
* use Predicate
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2022-03-08 14:21:59 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								53a8b85f4c 
								
							 
						 
						
							
							
								
								Updates to http.server_name ( #5369 )  
							
							 
							
							... 
							
							
							
							* Updates to http.server_name
* Tests
* fix
* armeria
* fix
* fix
* codenarc 
							
						 
						
							2022-02-18 09:38:21 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9381d5a264 
								
							 
						 
						
							
							
								
								Expected server span name for null route should be HTTP GET ( #5197 )  
							
							 
							
							
							
						 
						
							2022-01-21 19:35:48 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								540e4cfafb 
								
							 
						 
						
							
							
								
								Remove HttpServerTest#extraAttributes() method ( #5176 )  
							
							 
							
							... 
							
							
							
							* Remove HttpServerTest#extraAttributes() method
* fix ktor tests
* fix ratpack and restlet tests
* fix servlet2 tests
* Fix webflux and vertx tests 
							
						 
						
							2022-01-20 10:41:41 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								872c6c7d80 
								
							 
						 
						
							
							
								
								Add `http.route` to the server span when `ServerSpanNaming` is updated ( #5086 )  
							
							 
							
							... 
							
							
							
							* Add `http.route` to the server span when `ServerSpanNaming` is updated
* fix camel tests
* fix test compilation failure
* assert route in camel instrumentation 
							
						 
						
							2022-01-14 13:52:06 -08:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								12c15b226f 
								
							 
						 
						
							
							
								
								Capture servlet request parameters at the end of the request ( #5019 )  
							
							 
							
							... 
							
							
							
							* Capture servlet request parameters at the end of the request
* add comment 
							
						 
						
							2022-01-06 12:02:42 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								075434c5bc 
								
							 
						 
						
							
							
								
								Move `AppServerBridge` and `MappingResolver` to `servlet-common:bootstrap` ( #4817 )  
							
							 
							
							... 
							
							
							
							* Move AppServerBridge and MappingResolver to servlet-common:bootstrap
* Introduce additional gradle configuration for bootstrap libs 
							
						 
						
							2021-12-07 10:20:33 +01:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								61b0dd3698 
								
							 
						 
						
							
							
								
								Capture servlet request parameters ( #4703 )  
							
							 
							
							... 
							
							
							
							* Capture servlet request parameters
* use concurrenthashmap for cache 
							
						 
						
							2021-12-05 21:25:31 -08:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								bbb571792a 
								
							 
						 
						
							
							
								
								Try to make tomcat async servlet exception test less flaky ( #4772 )  
							
							 
							
							
							
						 
						
							2021-12-02 08:31:30 -08:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								c53c8a0f01 
								
							 
						 
						
							
							
								
								Record exception for async servlet invocations ( #4677 )  
							
							 
							
							... 
							
							
							
							* Record exception for asyn servlet invocations
* add back accidentally commented out line
* rearrange test so that it passes on both jetty and tomcat 
							
						 
						
							2021-11-22 11:17:59 -08:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								ef131acd6d 
								
							 
						 
						
							
							
								
								Enable http server concurrency test everywhere ( #4465 )  
							
							 
							
							... 
							
							
							
							* Enable http server concurrency test everywhere
* remove testConcurrency method as test is now always enabled
* rebase 
							
						 
						
							2021-10-22 08:39:30 -07:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b2bc41453b 
								
							 
						 
						
							
							
								
								Rename some *InstrumenterBuilder classes to *InstrumenterFactory ( #4391 )  
							
							 
							
							
							
						 
						
							2021-10-15 14:47:32 +03:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b06c1f9018 
								
							 
						 
						
							
							
								
								Collect more attributes from servlet instrumenter ( #4356 )  
							
							 
							
							... 
							
							
							
							* Collect more attributes from servlet instrumenter
* spotless 
							
						 
						
							2021-10-12 10:58:47 -07:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								354699647a 
								
							 
						 
						
							
							
								
								Test captured HTTP headers - HTTP server tests, part 2 ( #4328 )  
							
							 
							
							... 
							
							
							
							* Test captured HTTP headers - HTTP server tests, part 2
* Turn off captured HTTP headers testing for grizzly
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-10-08 13:05:35 -07:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								478f936d54 
								
							 
						 
						
							
							
								
								Retry strict context check failures ( #4282 )  
							
							 
							
							
							
						 
						
							2021-10-08 10:47:52 -07:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								15277cf8f5 
								
							 
						 
						
							
							
								
								Convert servlet instrumentation to instrumenter api ( #4078 )  
							
							 
							
							... 
							
							
							
							* Convert servlet to instrumenter api
* make classes final
* Remove some tracer files
* remove xxx
* fix liberty and wildfly exception smoke test
* fix async smoke test on liberty
* Apply suggestions from code review
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* generic TextMapGetter for servlets
* not going to use http.route for servlets
* simplify
* add servlet timeout in attribute extractor
* move classes from library to javaagent
* remove unneeded dependency
* make method private
* move helper class initialization to singleton, remove helpers that don't have any methods, add shouldStart checks
* Update instrumentation/servlet/servlet-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/servlet/ServletRequestContext.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* add import
* rename methods that start and end spans
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> 
							
						 
						
							2021-09-13 10:12:34 -07:00  
						
					 
				
					
						
							
							
								 
								Matthew Ho
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								a2928663f4 
								
							 
						 
						
							
							
								
								Strict context check for tomcat and jetty ( #3923 )  
							
							 
							
							
							
						 
						
							2021-08-24 11:45:53 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								3525733ea8 
								
							 
						 
						
							
							
								
								Enable strict context check in tests by default ( #3822 )  
							
							 
							
							
							
						 
						
							2021-08-23 17:40:02 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								ec344b3184 
								
							 
						 
						
							
							
								
								Small simplification of servlet/tomcat tests ( #3710 )  
							
							 
							
							... 
							
							
							
							* Small simplification of servlet/tomcat tests
* Spotless 
							
						 
						
							2021-08-09 09:24:21 -07:00  
						
					 
				
					
						
							
							
								 
								Lauri Tulmin
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d73e030000 
								
							 
						 
						
							
							
								
								Fix NullPointerException on tomcat ( #3705 )  
							
							 
							
							... 
							
							
							
							* Fix NullPointerException on tomcat
* remove commented out line
* instrument CoyoteAdapter 
							
						 
						
							2021-07-28 12:10:14 -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  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								15ed01d4fc 
								
							 
						 
						
							
							
								
								Change all instrumentation names to io.opentelemetry.{libName}-{libVersion} ( #3411 )  
							
							 
							
							... 
							
							
							
							* Change all instrumentation names to io.opentelemetry.{libName}-{libVersion}
* minumum supported version 
							
						 
						
							2021-06-30 15:34:36 +02: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  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d8ea53d431 
								
							 
						 
						
							
							
								
								Remove last advice class refs ( #3203 )  
							
							 
							
							... 
							
							
							
							* Remove last advice class refs
* Two more 
							
						 
						
							2021-06-07 10:56:14 +03:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								1a56ddb427 
								
							 
						 
						
							
							
								
								Simplify tomcat version detection ( #3129 )  
							
							 
							
							
							
						 
						
							2021-05-30 15:08:00 +09:00  
						
					 
				
					
						
							
							
								 
								Ago Allikmaa
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								fd132d463d 
								
							 
						 
						
							
							
								
								Change Async Servlet span end logic to fix race condition on Undertow ( #2992 )  
							
							 
							
							... 
							
							
							
							* Attach servlet async listener with asyncStart instrumentation
* Exclude Spring packages containing servlet request classes from global ignores
* Exclude Tapestry HSR proxy with global ignore
* Improve comments.
* Fix for Liberty - request response when adding async listener
* Removed unused methods
* Explicit response to async listeners on all servlet engines
* Attach response to request on Jetty
* Fix broken build due to rebase, improved a comment
* Address PR comments
* Added a comment.
* Addressed PR comments 
							
						 
						
							2021-05-25 20:46:37 -07: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  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							 
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								1824e36b96 
								
							 
						 
						
							
							
								
								Better server span name for Grails and Wicket ( #2814 )  
							
							 
							
							
							
						 
						
							2021-04-22 14:16:54 -07:00  
						
					 
				
					
						
							
							
								 
								Ago Allikmaa
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								7027006f66 
								
							 
						 
						
							
							
								
								Request handlers and test images for Tomcat 10 and Jetty 11 (Servlet API 5) ( #2703 )  
							
							 
							
							... 
							
							
							
							* Tomcat 10 and Jetty 11 handlers with Servlet API 5
* Jetty 11 and Tomcat 10 Windows images 
							
						 
						
							2021-04-05 09:45:02 -07:00