c5c0a2bcdf 
								
							 
						 
						
							
							
								
								NetClientAttributesAdapter - favor composition over inheritance ( #5030 )  
							
							... 
							
							
							
							* first pass at separating NetAttributesAdapter interface and make NetClientAttributesExtractor concrete
* rename the implementations extractor -> adapter
* hide constructor and make factory method
* rename to client and add javadoc
* spotless
* finish javadoc thought
* rebase
* renamed NetClientAttributesAdapter to NetClientAttributesGetter
* fix lettuce
* code review comments
* code review comments -- renaming for consistency
* adapter -> getter
* fix ratpack
* adapter -> getter 
							
						 
						
							2022-01-20 10:51:13 -08:00  
				
					
						
							
							
								 
						
							
								ce4cef76f9 
								
							 
						 
						
							
							
								
								Clean up groovy assertions ( #4805 )  
							
							
							
						 
						
							2021-12-05 23:23:58 -08:00  
				
					
						
							
							
								 
						
							
								1b37df7afd 
								
							 
						 
						
							
							
								
								Move common testing modules to match convention a bit better(?) ( #4451 )  
							
							... 
							
							
							
							* Rename jsf modules to match convention
* Couchbase too
* Mongo too
* Play WS too
* Log4j too
* Elasticsearch too
* JAX-RS too
* JAX-WS sort of
* Spotless
* empty commit 
							
						 
						
							2021-10-21 12:41:28 -07:00  
				
					
						
							
							
								 
						
							
								ac91dc090a 
								
							 
						 
						
							
							
								
								Type annotation placement ( #4406 )  
							
							... 
							
							
							
							* switch annotation `org.checkerframework.checker.nullness.qual.Nullable` to `javax.annotation.Nullable`
* code format 
							
						 
						
							2021-10-17 17:38:43 -07:00  
				
					
						
							
							
								 
						
							
								efddb72cef 
								
							 
						 
						
							
							
								
								Convert AttributesExtractor to interface ( #4363 )  
							
							
							
						 
						
							2021-10-14 08:36:47 +03:00  
				
					
						
							
							
								 
						
							
								478f936d54 
								
							 
						 
						
							
							
								
								Retry strict context check failures ( #4282 )  
							
							
							
						 
						
							2021-10-08 10:47:52 -07:00  
				
					
						
							
							
								 
						
							
								63a2383905 
								
							 
						 
						
							
							
								
								Split NetAttributesExtractor into NetClientAttributesExtractor and NetServerAttributesExtractor ( #4287 )  
							
							... 
							
							
							
							* Net Extractors
* Either request or response but not both
* Fix merge conflicts
* Separate by OnStart/OnEnd
* PeerServiceAttributes
* Fix test
* Restructure to client/server
* Fix merge conflict in main
* more
* peer.service
* Feedback
* peer.service is only for clients
* Fix merge conflict
* rename
* Armeria
* peer.service is only for clients
* rename
* WIP
* Sync Dubbo with Armeria
* More Dubbo and Armeria
* gRPC
* Revert some Dubbo changes
* more peer.service
* Fix test
* Fix merge
* Fixes 
							
						 
						
							2021-10-07 15:40:15 -07:00  
				
					
						
							
							
								 
						
							
								bfeb482465 
								
							 
						 
						
							
							
								
								Convert Elasticsearch Transport to Instrumenter API ( #4252 )  
							
							... 
							
							
							
							* Convert Elasticsearch Transport to Instrumenter API
* Don't set duplicate attributes
* Code review comments 
							
						 
						
							2021-10-01 13:45:29 +03: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  
				
					
						
							
							
								 
						
							
								c9619c0626 
								
							 
						 
						
							
							
								
								Disable strict context check for elasticsearch 6 tests ( #3917 )  
							
							... 
							
							
							
							* Disable strict context check for elasticsearch 6 tests
* Mongo too 
							
						 
						
							2021-08-23 22:46:04 -07:00  
				
					
						
							
							
								 
						
							
								5c71d28ed7 
								
							 
						 
						
							
							
								
								Remove deprecated Config methods ( #3908 )  
							
							
							
						 
						
							2021-08-23 16:44:54 -07:00  
				
					
						
							
							
								 
						
							
								59c1e6d101 
								
							 
						 
						
							
							
								
								Fix elasticsearch latest dep test ( #3876 )  
							
							
							
						 
						
							2021-08-19 15:34:54 +03:00  
				
					
						
							
							
								 
						
							
								514553eac2 
								
							 
						 
						
							
							
								
								Context propagation to elasticsearch-transport callbacks ( #3861 )  
							
							
							
						 
						
							2021-08-19 12:59:47 +03:00  
				
					
						
							
							
								 
						
							
								d3b62de8a5 
								
							 
						 
						
							
							
								
								Replace most uses of TraceUtils with testRunner runWithSpan. ( #3582 )  
							
							
							
						 
						
							2021-07-15 10:30:34 -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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								62f1f49bcd 
								
							 
						 
						
							
							
								
								Intellij cleanup (Java and Groovy) ( #3285 )  
							
							... 
							
							
							
							* Intellij cleanup
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/code/CodeAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/DbAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/SqlAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/messaging/MessagingAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation/spring/spring-web-3.1/library/src/test/java/io/opentelemetry/instrumentation/spring/httpclients/RestTemplateInterceptorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Use glassfish version that supports lambdas
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> 
							
						 
						
							2021-06-14 10:23:01 -07:00  
				
					
						
							
							
								 
						
							
								ac30b3c185 
								
							 
						 
						
							
							
								
								Add SuppressWarnings("unused") on Advice classes ( #3207 )  
							
							... 
							
							
							
							* Add SuppressWarnings unused on Advice classes
* And in doc 
							
						 
						
							2021-06-07 16:00:21 +09:00  
				
					
						
							
							
								 
						
							
								fb0d047fce 
								
							 
						 
						
							
							
								
								Last type instrumentations to top-level classes ( #3123 )  
							
							
							
						 
						
							2021-05-30 16:05:31 -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  
				
					
						
							
							
								 
						
							
								95c16c4a3c 
								
							 
						 
						
							
							
								
								Start migrating Muzzle plugin to Java ( #2996 )  
							
							
							
						 
						
							2021-05-15 16:22:05 +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  
				
					
						
							
							
								 
						
							
								abeca79e24 
								
							 
						 
						
							
							
								
								Some Gradle optimizations ( #2949 )  
							
							... 
							
							
							
							* Gradle optimizations
* Finish 
							
						 
						
							2021-05-11 17:45:54 +09:00  
				
					
						
							
							
								 
						
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
				
					
						
							
							
								 
						
							
								bd829a6494 
								
							 
						 
						
							
							
								
								Remove duplicate status verification ( #2710 )  
							
							
							
						 
						
							2021-04-19 11:41:37 -07:00  
				
					
						
							
							
								 
						
							
								410957f206 
								
							 
						 
						
							
							
								
								More consistent custom trace sorting in tests ( #2728 )  
							
							
							
						 
						
							2021-04-07 10:29:41 -07:00  
				
					
						
							
							
								 
						
							
								92f1223aee 
								
							 
						 
						
							
							
								
								Remove unnecessary skipVersions ( #2671 )  
							
							... 
							
							
							
							Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> 
							
						 
						
							2021-04-01 19:02:20 -07:00  
				
					
						
							
							
								 
						
							
								d79f90492a 
								
							 
						 
						
							
							
								
								Make sure muzzle build-time check actually validates anything ( #2599 )  
							
							... 
							
							
							
							* Check if muzzle build-time check actually validates anything
* Force class files generation before muzzle
* Apply muzzle only to javaagent projects
* Apply muzzle only to javaagent projects
* More fixes
* More fixes
* PR review comments
* polish
* Exclude "broken" version
* Polish
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-03-23 14:12:01 +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  
				
					
						
							
							
								 
						
							
								14dcd14871 
								
							 
						 
						
							
							
								
								Add support for elasticsearch 7 rest client ( #2528 )  
							
							... 
							
							
							
							* Add support for elasticsearch 7 rest client
* remove commented out line
* Trigger Build
* exclude bad version from muzzle
* imrove muzzle checks
* Trigger Build
* Add comment 
							
						 
						
							2021-03-11 09:03:24 +02:00  
				
					
						
							
							
								 
						
							
								7df5579768 
								
							 
						 
						
							
							
								
								Add support for elasticsearch7 ( #2514 )  
							
							... 
							
							
							
							* Add support for elasticsearch7
* Fix formatting 
							
						 
						
							2021-03-07 13:10:21 +02:00  
				
					
						
							
							
								 
						
							
								03bfaee5eb 
								
							 
						 
						
							
							
								
								Move rest of non-specd attributes to experimental ( #2402 )  
							
							
							
						 
						
							2021-02-26 20:50:47 -08:00  
				
					
						
							
							
								 
						
							
								0adeb85f43 
								
							 
						 
						
							
							
								
								Refactor InMemoryExporter and move some of its methods … ( #2264 )  
							
							... 
							
							
							
							* Refactor InMemoryExporter and move some of its methods to spock base class & junit extension
* codenarc
* spotless
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* fix armeria library tests
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-02-15 17:36:14 +01:00  
				
					
						
							
							
								 
						
							
								fc410706d0 
								
							 
						 
						
							
							
								
								Update to Sdk 0.16.0 ( #2221 )  
							
							... 
							
							
							
							* Update to 0.16.0-SNAPSHOT
* Finish
* Finish
* Update to 0.16.0
* Finish 
							
						 
						
							2021-02-09 18:00:54 +09:00  
				
					
						
							
							
								 
						
							
								77522355a2 
								
							 
						 
						
							
							
								
								Elasticsearch: fix unexpected spans for java.net.ConnectException: Connection refused ( #2181 )  
							
							
							
						 
						
							2021-02-04 14:45:03 +09:00  
				
					
						
							
							
								 
						
							
								89fd887c74 
								
							 
						 
						
							
							
								
								Imporve stability of elasticsearch tests ( #2170 )  
							
							
							
						 
						
							2021-02-02 15:46:49 +02:00  
				
					
						
							
							
								 
						
							
								93b3a3b289 
								
							 
						 
						
							
							
								
								testing-common refactoring: replace direct AgentTestRunner usage with… ( #2134 )  
							
							... 
							
							
							
							* testing-common refactoring: replace direct AgentTestRunner usage with spock spec
* Updated instrumentation docs
* Fix reactor-core library tests
ReactorCoreTest was getting a tracer from GlobalOpenTelemetry before LibraryTestTrait had a change to initialize the SDK 
							
						 
						
							2021-02-01 11:32:25 +01:00  
				
					
						
							
							
								 
						
							
								afdde0355b 
								
							 
						 
						
							
							
								
								Update to OTel 0.14.1 ( #2059 )  
							
							... 
							
							
							
							* Update SDK dependency to 0.14.1
* WIP
* Finish
* Cleanup 
							
						 
						
							2021-01-18 13:02:04 +09:00  
				
					
						
							
							
								 
						
							
								8d74baa2e4 
								
							 
						 
						
							
							
								
								Run tests with javaagent. ( #1643 )  
							
							... 
							
							
							
							Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-01-04 13:13:24 -08:00  
				
					
						
							
							
								 
						
							
								8bcd5f1229 
								
							 
						 
						
							
							
								
								Simplify Apache HttpAsyncClient instrumentation ( #1894 )  
							
							... 
							
							
							
							* Simplify Apache HttpAsyncClient instrumentation
* Bump baseline version to 4.1
* Remove all the Intellij auto-formatting of README 
							
						 
						
							2020-12-14 15:16:06 +09:00  
				
					
						
							
							
								 
						
							
								3b8827b8ab 
								
							 
						 
						
							
							
								
								Update to SDK 0.12.0 ( #1830 )  
							
							... 
							
							
							
							* Update to SDK 0.12.0
* Update error message to the current world.
* Bump referenced smoke test versions
* fixes
* dependency hell
* Suppress unused call
* Bump missed smoke tests
* Bump image, bump smoke tests gRPC version 
							
						 
						
							2020-12-07 17:16:47 +09:00  
				
					
						
							
							
								 
						
							
								4cbfb361e1 
								
							 
						 
						
							
							
								
								Use Context more in DatabaseClientTracer ( #1836 )  
							
							
							
						 
						
							2020-12-07 09:15:15 +02:00  
				
					
						
							
							
								 
						
							
								a2770c311e 
								
							 
						 
						
							
							
								
								Don't use ConfigUtils outside of AgentTestRunner tests ( #1796 )  
							
							... 
							
							
							
							* NetPeerUtilsTest
* RedisCommandNormalizerTest
* InstrumentationModuleTest
* HttpClientTracerTest
* Normalize test config properties
* Create ConfigBuilder in instrumentation-api
* Keep config properties compatible with SDK 
							
						 
						
							2020-12-01 16:52:08 -08:00  
				
					
						
							
							
								 
						
							
								26f254b10d 
								
							 
						 
						
							
							
								
								Create javaagent dirs for all instrumentations, part 2 ( #1794 )  
							
							
							
						 
						
							2020-11-28 22:26:49 -08:00  
				
					
						
							
							
								 
						
							
								5f263644da 
								
							 
						 
						
							
							
								
								Create javaagent dirs for all instrumentations ( #1668 )  
							
							... 
							
							
							
							* Create javaagent dirs for all instrumentation
* Add note about kotlin coroutine library instrumentation
* Feedback 
							
						 
						
							2020-11-28 21:04:16 -08:00