92394ad9ae 
								
							 
						 
						
							
							
								
								Remove url from HttpServerAttributesExtractor ( #4209 )  
							
							... 
							
							
							
							* Remove url from HttpServerAttributesExtractor
* Remove UriBuilder
* Tracers too
* apache-camel
* Finatra
* jsp
* Ratpack
* Ratpack library
* Ratpack
* Spark
* Feedback
* Fix Undertow
* Vertx
* vertx-web
* play-2.4
* webflux
* jaxrs
* Spotless
* Update semantic-conventions.md
* Update smoke tests
* More realistic target
* Remove outdated doc
* Wording 
							
						 
						
							2021-10-03 09:17:23 -07:00  
				
					
						
							
							
								 
						
							
								c11b96e4d0 
								
							 
						 
						
							
							
								
								Make it possible to use InstrumentationContext (now VirtualField) fro… ( #4218 )  
							
							... 
							
							
							
							* Make it possible to use InstrumentationContext (now VirtualField) from library instrumentation
* fix tests
* fix javadocs
* fix some more tests
* code review comments
* setIfNull, computeIfNull 
							
						 
						
							2021-10-01 11:13:11 +02:00  
				
					
						
							
							
								 
						
							
								dc4ddf7932 
								
							 
						 
						
							
							
								
								Remove ContextStore.Factory interface; use Supplier instead ( #4157 )  
							
							
							
						 
						
							2021-09-17 13:00:23 -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  
				
					
						
							
							
								 
						
							
								20c72f3e98 
								
							 
						 
						
							
							
								
								Format kotlin gradle files ( #3942 )  
							
							... 
							
							
							
							* Add ktlint for kotlinGradle
* ktlint fails on wildcard imports
* Auto-format kotlin gradle files 
							
						 
						
							2021-08-25 13:43:57 +09:00  
				
					
						
							
							
								 
						
							
								47be4a16b4 
								
							 
						 
						
							
							
								
								Convert HttpClientTest to JUnit ( #3652 )  
							
							... 
							
							
							
							* Migrate HttpClientTest to junit to allow both Java or spock tests.
* More
* Update
* Finish
* Cleanup
* Better stack
* Java 15
* Merge
* Fix name
* Cleanup
* ? extends
* Moar 
							
						 
						
							2021-07-27 21:55:40 +09: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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								bcb282a220 
								
							 
						 
						
							
							
								
								Conform to google style guide checkstyle ( #3399 )  
							
							
							
						 
						
							2021-06-24 10:53:23 +03: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  
				
					
						
							
							
								 
						
							
								60aaff8972 
								
							 
						 
						
							
							
								
								Migrate HttpServerTest to Armeria ( #3240 )  
							
							... 
							
							
							
							* Migrate HttpServerTest to Armeria
* Update testing-common/src/main/groovy/io/opentelemetry/instrumentation/test/base/HttpServerTest.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-11 08:56:02 +09:00  
				
					
						
							
							
								 
						
							
								e93ff4d419 
								
							 
						 
						
							
							
								
								Remove references to dropped request test ( #3238 )  
							
							
							
						 
						
							2021-06-10 16:21:11 +03:00  
				
					
						
							
							
								 
						
							
								2436499a09 
								
							 
						 
						
							
							
								
								Update to Errorprone 2.7 ( #3181 )  
							
							... 
							
							
							
							* Update to errorprone 2.7
* ToString
* Finish 
							
						 
						
							2021-06-04 10:40:55 +09:00  
				
					
						
							
							
								 
						
							
								0ad8c1b8ce 
								
							 
						 
						
							
							
								
								Manage Netty transitive dependencies ( #3165 )  
							
							... 
							
							
							
							* Manage transitive Netty versions.
* Finish
* .each to not apply resolutions to muzzle
* Exclude epoll from finatra muzzle 
							
						 
						
							2021-06-03 13:12:32 +09: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  
				
					
						
							
							
								 
						
							
								53cfd73bb3 
								
							 
						 
						
							
							
								
								Enable excluding muzzle dependencies and exclude netty-tcnative ( #3169 )  
							
							... 
							
							
							
							Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> 
							
						 
						
							2021-06-02 09:42:56 -04:00  
				
					
						
							
							
								 
						
							
								e16cf3001f 
								
							 
						 
						
							
							
								
								Add attributes to netty connection failure span ( #3115 )  
							
							
							
						 
						
							2021-05-28 15:01:10 -07:00  
				
					
						
							
							
								 
						
							
								79e42ad665 
								
							 
						 
						
							
							
								
								Remove unused plugin ( #3107 )  
							
							
							
						 
						
							2021-05-27 09:38:58 -07:00  
				
					
						
							
							
								 
						
							
								df078f95a9 
								
							 
						 
						
							
							
								
								Extract HttpServerTest INDEXED_CHILD span attribute collection logic ( #3095 )  
							
							... 
							
							
							
							* Extrawct HttpServerTest INDEXED_CHILD span attribute collection logic
* Adjust whitespace
* Fix context issue with JAX-RS
* Rerun tests 
							
						 
						
							2021-05-27 11:18:11 +03:00  
				
					
						
							
							
								 
						
							
								b436611217 
								
							 
						 
						
							
							
								
								Exclude failing netty dep from netty-3.8 also ( #3045 )  
							
							
							
						 
						
							2021-05-20 14:30:04 -07:00  
				
					
						
							
							
								 
						
							
								d1946f6774 
								
							 
						 
						
							
							
								
								Don't use type annotation style ( #3023 )  
							
							
							
						 
						
							2021-05-18 10:23:09 -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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								1dda1e2659 
								
							 
						 
						
							
							
								
								Clean up old references to continuation concept ( #2934 )  
							
							
							
						 
						
							2021-05-09 19:29:37 +03:00  
				
					
						
							
							
								 
						
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
				
					
						
							
							
								 
						
							
								9464134ffd 
								
							 
						 
						
							
							
								
								Test failing async http request ( #2812 )  
							
							
							
						 
						
							2021-04-19 14:11:27 -07:00  
				
					
						
							
							
								 
						
							
								bd829a6494 
								
							 
						 
						
							
							
								
								Remove duplicate status verification ( #2710 )  
							
							
							
						 
						
							2021-04-19 11:41:37 -07:00  
				
					
						
							
							
								 
						
							
								078603caf5 
								
							 
						 
						
							
							
								
								Generate InstrumentationModule#contextStore() with muzzle ( #2775 )  
							
							
							
						 
						
							2021-04-13 20:05:01 -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  
				
					
						
							
							
								 
						
							
								692bb72f22 
								
							 
						 
						
							
							
								
								Implement concurrent test for Netty http server ( #2750 )  
							
							
							
						 
						
							2021-04-08 08:36:42 +03:00  
				
					
						
							
							
								 
						
							
								d8f6018ba6 
								
							 
						 
						
							
							
								
								Split HttpClientTest execution methods for sync and callback ( #2675 )  
							
							
							
						 
						
							2021-04-06 15:26:01 -07:00  
				
					
						
							
							
								 
						
							
								25dd2cf194 
								
							 
						 
						
							
							
								
								Verify span kind in all tests ( #2715 )  
							
							
							
						 
						
							2021-04-05 12:57:48 -07:00  
				
					
						
							
							
								 
						
							
								0ce9ca57d9 
								
							 
						 
						
							
							
								
								Move attributes to span builder for use by samplers ( #2587 )  
							
							... 
							
							
							
							* Move attributes to span builder for sampler use
* Fix test
* Remove unnecessary test 
							
						 
						
							2021-03-17 15:02:56 +02:00  
				
					
						
							
							
								 
						
							
								ae23b97ec4 
								
							 
						 
						
							
							
								
								Move and rename NetPeerUtils ( #2548 )  
							
							... 
							
							
							
							* Move and rename NetPeerUtils
* Rename NetPeerUtils to NetPeerAttributes; inject instance instead of using a global var
* Rename SpanAttributeSetter to AttributeSetter (might be used to set on AttributesBuilder in the future, who knows)
* Deprecate default BaseTracer constructor: library instrumentations are supposed to inject all dependencies, the javaagent should explicitly pass globals
* fix compilation failure
* Remove peer.service customization from library instrumentation 
							
						 
						
							2021-03-16 13:50:19 +01:00  
				
					
						
							
							
								 
						
							
								fe4d95a689 
								
							 
						 
						
							
							
								
								Refactor BaseTracer#onError() method (and unwrapThrowable()) ( #2513 )  
							
							... 
							
							
							
							* Refactor BaseTracer#onError() method (and unwrapThrowable())
Also remove the deprecated BaseTracer(Tracer) constructor.
* Update BaseTracer javadoc
* fix tests
* Code review comments 
							
						 
						
							2021-03-08 15:08:26 +02:00  
				
					
						
							
							
								 
						
							
								72ffb3b7c5 
								
							 
						 
						
							
							
								
								Make BaseTracer fields private ( #2492 )  
							
							... 
							
							
							
							* Make BaseTracer fields private
By making `tracer` private we're forcing all tracer implementation to use the `spanBuilder()` utility method and pass the parent context manually. 
							
						 
						
							2021-03-05 10:54:00 -08:00  
				
					
						
							
							
								 
						
							
								c18acb858e 
								
							 
						 
						
							
							
								
								Add BaseTracer#inject() method ( #2453 )  
							
							... 
							
							
							
							* Add BaseTracer#inject() method
And avoid using GlobalOpenTelemetry#getPropagators()
* Code review comments 
							
						 
						
							2021-03-02 15:30:04 +01:00  
				
					
						
							
							
								 
						
							
								62f2611486 
								
							 
						 
						
							
							
								
								Update instrumentation names ( #2433 )  
							
							
							
						 
						
							2021-03-01 19:34:25 -08:00  
				
					
						
							
							
								 
						
							
								2497a03523 
								
							 
						 
						
							
							
								
								Fix nightly build ( #2368 )  
							
							
							
						 
						
							2021-02-22 17:52:28 +09:00  
				
					
						
							
							
								 
						
							
								1f884e4d97 
								
							 
						 
						
							
							
								
								Fix Operation name logging for Netty based applications ( #2317 )  
							
							
							
						 
						
							2021-02-19 09:59:50 -08:00  
				
					
						
							
							
								 
						
							
								000df967ce 
								
							 
						 
						
							
							
								
								Update to SDK 0.17.0 ( #2338 )  
							
							... 
							
							
							
							* Update to SDK 0.17.0
* Finish
* ottrace 
							
						 
						
							2021-02-19 15:51:55 +09:00  
				
					
						
							
							
								 
						
							
								ee090aee1e 
								
							 
						 
						
							
							
								
								Support library instrumentations with HttpServerTest & HttpClientTest ( #2299 )  
							
							
							
						 
						
							2021-02-16 09:05:23 -08:00  
				
					
						
							
							
								 
						
							
								0fbdcad1dd 
								
							 
						 
						
							
							
								
								Make BaseTracer#startSpan() return Context ( #2232 )  
							
							... 
							
							
							
							* Make BaseTracer#startSpan() return Context
* Update instrumentation/apache-camel-2.20/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/apachecamel/CamelEventNotifier.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* spotless
* Add Javadocs to BaseTracer
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-02-12 12:12:40 +01:00