Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d741dc48b9 
								
							 
						 
						
							
							
								
								Minor rename of javaagent unit test modules ( #2784 )  
							
							 
							
							
							
						 
						
							2021-04-13 12:36:30 +03:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b8f50fe922 
								
							 
						 
						
							
							
								
								Add parent dirs for common instrumentations ( #2767 )  
							
							 
							
							
							
						 
						
							2021-04-10 10:53:56 -07:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Piotr Glazar
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								92d61b5844 
								
							 
						 
						
							
							
								
								Auto value ( #2494 )  
							
							 
							
							... 
							
							
							
							* SqlStatementInfo as AutoValue
* RequestMeta as AutoValue
* DbInfo as AutoValue
* After merge compilation fix
* CouchbaseQuerySanitizer compilation fix
* JdbcConnectionUrlParserTest compilation fix
* Revert "RequestMeta as AutoValue"
This reverts commit 609b57ee48 . 
							
						 
						
							2021-03-09 15:07:03 +02:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								94872b1ced 
								
							 
						 
						
							
							
								
								Move DB helpers to instrumentation-api ( #2511 )  
							
							 
							
							... 
							
							
							
							* Move DB helpers to instrumentation-api
* Fix gradle config
* Remove legacy 
							
						 
						
							2021-03-08 12:32:36 +09:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								24486c35b5 
								
							 
						 
						
							
							
								
								Use low cardinality span names in Couchbase instrumentation ( #2449 )  
							
							 
							
							... 
							
							
							
							Also move unit tests to a separate module, previously they passed purely by accident (necessary classes were injected by the javaagent) 
							
						 
						
							2021-03-02 10:25:01 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								62f2611486 
								
							 
						 
						
							
							
								
								Update instrumentation names ( #2433 )  
							
							 
							
							
							
						 
						
							2021-03-01 19:34:25 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								fd55ce226a 
								
							 
						 
						
							
							
								
								Refactor DatabaseClientTracer (in preparation for low-cardinality span names) ( #2398 )  
							
							 
							
							... 
							
							
							
							* Refactor DatabaseClientTracer (in preparation for low-cardinality span names)
* spotless 
							
						 
						
							2021-02-26 15:36:24 +01:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								c61f3f2949 
								
							 
						 
						
							
							
								
								Use a single configuration property for db.statement sanitization ( #2125 )  
							
							 
							
							... 
							
							
							
							* Use a single configuration property for db.statement sanitization
* spotless 
							
						 
						
							2021-01-29 16:02:15 +09:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								20dadc1b6d 
								
							 
						 
						
							
							
								
								Replace two JavaCC lexers with a single JFlex one ( #2113 )  
							
							 
							
							
							
						 
						
							2021-01-26 14:03:11 -08:00  
						
					 
				
					
						
							
							
								 
								jason plumb
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								7122c4b2a5 
								
							 
						 
						
							
							
								
								Rename "normalize" to "sanitize" ( #2087 )  
							
							 
							
							... 
							
							
							
							* rename SqlNormalizer to SqlSanitizer (more descriptive).
* rename normalize to sanitize.
* rename in comments and messages
* rename in variable to sanitized
* rename normalized -> sanitized in tests
* fixed broken tests
* rename variable.
Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp> 
							
						 
						
							2021-01-22 15:49:24 +09:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Pavol Loffay
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								077d8b64f6 
								
							 
						 
						
							
							
								
								Move common matchers to tooling/bytebuddy/matcher and ignore matchers to tooling/matcher ( #1965 )  
							
							 
							
							
							
						 
						
							2021-01-10 12:35:53 -08:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								3b88bb75ae 
								
							 
						 
						
							
							
								
								Use SemanticAttributes for DbSystem ( #1991 )  
							
							 
							
							
							
						 
						
							2021-01-07 18:59:56 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								26f254b10d 
								
							 
						 
						
							
							
								
								Create javaagent dirs for all instrumentations, part 2 ( #1794 )  
							
							 
							
							
							
						 
						
							2020-11-28 22:26:49 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								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  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9a64a628ea 
								
							 
						 
						
							
							
								
								Make instrumentations non final ( #1752 )  
							
							 
							
							... 
							
							
							
							Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2020-11-26 11:22:25 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								50c8ab499d 
								
							 
						 
						
							
							
								
								Remove no longer needed helperClassNames() methods ( #1755 )  
							
							 
							
							
							
						 
						
							2020-11-24 20:50:32 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								13c405c174 
								
							 
						 
						
							
							
								
								Make muzzle generate helperClassNames() method ( #1714 )  
							
							 
							
							
							
						 
						
							2020-11-24 10:07:22 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								5d0506e5e8 
								
							 
						 
						
							
							
								
								Convert rxjava-1.0 into library ( #1732 )  
							
							 
							
							
							
						 
						
							2020-11-23 14:51:55 -08:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								cecdfc2cd0 
								
							 
						 
						
							
							
								
								Update instrumentation names to be consistent ( #1671 )  
							
							 
							
							... 
							
							
							
							* Update instrumentation names to be consistent
* Remove amqp from rabbitmq package name 
							
						 
						
							2020-11-18 19:53:31 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								1a23ac3027 
								
							 
						 
						
							
							
								
								Standardize instrumentation names in InstrumentationModules ( #1648 )  
							
							 
							
							... 
							
							
							
							* Standardize instrumentation names in InstrumentationModules
* rename gradle modules:
  * vertx-3.0 to vertx-web-3.0
  * spark-web-framework-2.3 to spark-2.3
* add JavaDoc describing the naming rules to InstrumentationModule 
							
						 
						
							2020-11-17 13:30:28 -08:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d307ffc532 
								
							 
						 
						
							
							
								
								Refactor Instrumenters into InstrumentationModules - A, B, C ( #1556 )  
							
							 
							
							... 
							
							
							
							* Refactor Instrumenters into InstrumentationModules - A, B, C
* Fixed some modules' names to match library/instrumentation gradle module
* Fix couchbase 2.6 muzzle 
							
						 
						
							2020-11-09 15:42:41 +01:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								71f91877ab 
								
							 
						 
						
							
							
								
								Fix muzzle and add missing helper classes ( #1585 )  
							
							 
							
							... 
							
							
							
							* Fix muzzle
* Fix jdbc instrumentation
* Fix jms instrumentation
* Fix couchbase instrumentation
* Fix servlet instrumentation 
							
						 
						
							2020-11-08 13:54:00 -08:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d3b60a5e33 
								
							 
						 
						
							
							
								
								Rename TRACER to tracer() ( #1540 )  
							
							 
							
							
							
						 
						
							2020-11-02 20:49:51 -08:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								c6eee70660 
								
							 
						 
						
							
							
								
								Update to latest snapshot. ( #1524 )  
							
							 
							
							
							
						 
						
							2020-10-29 18:54:09 -07:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								e89942d430 
								
							 
						 
						
							
							
								
								Standardize DB query normalizer property names ( #1509 )  
							
							 
							
							... 
							
							
							
							* Standardize DB query normalizer property names
And add normalizer configuration for Redis, Couchbase, Cassandra and Geode
* apply code review comments 
							
						 
						
							2020-10-29 16:20:33 +02:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								58c78ec7d0 
								
							 
						 
						
							
							
								
								Fix test latest deps build ( #1503 )  
							
							 
							
							
							
						 
						
							2020-10-27 15:48:58 -07:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								d3c39228c6 
								
							 
						 
						
							
							
								
								Couchbase instrumentation should store normalized queries as db.statement ( #1462 )  
							
							 
							
							... 
							
							
							
							* Couchbase instrumentation should store normalized queries as db.statement
* Fix inaccurate version comments 
							
						 
						
							2020-10-27 18:15:27 +01:00  
						
					 
				
					
						
							
							
								 
								Mateusz Rzeszutek
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								50990a7c17 
								
							 
						 
						
							
							
								
								Cassandra instrumentations should store normalised CQL queries as db.statement ( #1427 )  
							
							 
							
							... 
							
							
							
							* Move `DbSystem` to package `...instrumentation.api.db`
* Move `SqlNormalizer` to `javaagent-api`  package ...api.db.normalizer
* Refactor Cassandra tests so that they use testcontainers (and run on Java 11)
* Implement Cassandra statement normalization 
							
						 
						
							2020-10-22 17:56:06 +02:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								1b51d4a6b1 
								
							 
						 
						
							
							
								
								Rename packages ( #1367 )  
							
							 
							
							
							
						 
						
							2020-10-11 13:54:35 -07:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								dadaac9a8c 
								
							 
						 
						
							
							
								
								Use 2-line license header to match SDK repo ( #1321 )  
							
							 
							
							... 
							
							
							
							* Use 2-line license header to match SDK repo
* Apply change 
							
						 
						
							2020-10-05 14:29:56 +09:00  
						
					 
				
					
						
							
							
								 
								Nikita Salnikov-Tarnovski
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								88707c3bb0 
								
							 
						 
						
							
							
								
								Review DB semantic conventions ( #1284 )  
							
							 
							
							
							
						 
						
							2020-10-01 11:17:09 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								8954f222c0 
								
							 
						 
						
							
							
								
								Update to the latest opentelemetry-java 0.9.0-SNAPSHOT ( #1266 )  
							
							 
							
							
							
						 
						
							2020-09-26 20:44:28 -07:00  
						
					 
				
					
						
							
							
								 
								Nikita Salnikov-Tarnovski
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								85e2db8d35 
								
							 
						 
						
							
							
								
								Convert all remaining database client decorators to tracers ( #1236 )  
							
							 
							
							... 
							
							
							
							* Geode tracer
* Memcache tracer
* Jedis tracer
* Rediscala tracer
* ElasticsearchTransport tracer
* ElasticsearchRest tracer
* Clean up HibernateDecorator
* Couchbase tracer
* Polish 
							
						 
						
							2020-09-23 20:11:30 +03:00  
						
					 
				
					
						
							
							
								 
								Nikita Salnikov-Tarnovski
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								e74ffe2e52 
								
							 
						 
						
							
							
								
								Remove support for java7 from buildscripts ( #1229 )  
							
							 
							
							... 
							
							
							
							* Remove support for java7 from buildscripts
* Remove support for java7 from buildscripts 
							
						 
						
							2020-09-23 15:40:21 +03:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								bbfdbb39c0 
								
							 
						 
						
							
							
								
								Create abstraction for library dependencies for instrumentation. ( #977 )  
							
							 
							
							... 
							
							
							
							* Create abstraction for library dependencies for instrumentation.
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2020-08-19 08:57:31 +09:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b507a2b803 
								
							 
						 
						
							
							
								
								Separate out shared test sources for couchbase/play-ws to another pro… ( #1029 )  
							
							 
							
							... 
							
							
							
							* Separate out shared test sources for couchbase/play-ws to another project.
* git add missing files.
* Rename 
							
						 
						
							2020-08-18 13:25:29 +09:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								7159d04b8d 
								
							 
						 
						
							
							
								
								Change groovy import order ( #1013 )  
							
							 
							
							... 
							
							
							
							* Update docs
* Format all groovy code
* Organize imports 
							
						 
						
							2020-08-15 23:19:27 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								414213f2d1 
								
							 
						 
						
							
							
								
								Remove final from parameters ( #1003 )  
							
							 
							
							
							
						 
						
							2020-08-15 22:35:51 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								f893ca540b 
								
							 
						 
						
							
							
								
								Scripted package renaming ( #988 )  
							
							 
							
							
							
						 
						
							2020-08-15 21:55:01 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								7818e33178 
								
							 
						 
						
							
							
								
								Package renaming ( #970 )  
							
							 
							
							
							
						 
						
							2020-08-13 20:14:46 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								275fab6ea5 
								
							 
						 
						
							
							
								
								Retry all tests ( #941 )  
							
							 
							
							
							
						 
						
							2020-08-11 00:20:47 -07:00  
						
					 
				
					
						
							
							
								 
								Trask Stalnaker
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b5fbf90977 
								
							 
						 
						
							
							
								
								Extract instrumentation api module ( #884 )  
							
							 
							
							
							
						 
						
							2020-08-09 22:52:33 -07:00  
						
					 
				
					
						
							
							
								 
								Anuraag Agrawal
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								2ac65a67d5 
								
							 
						 
						
							
							
								
								Replace Spock retry with Gradle retry. ( #908 )  
							
							 
							
							... 
							
							
							
							* Replace Spock retry with Gradle retry.
* Retry akka for real
* Warning 
							
						 
						
							2020-08-06 17:59:40 +09:00  
						
					 
				
					
						
							
							
								 
								Helen Y
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b659ee8223 
								
							 
						 
						
							
							
								
								Apply new database semantic attributes ( #823 )  
							
							 
							
							
							
						 
						
							2020-07-28 17:31:33 -07:00  
						
					 
				
					
						
							
							
								 
								Helen Y
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								44fcf8115b 
								
							 
						 
						
							
							
								
								Update database semantic conventions ( #785 )  
							
							 
							
							
							
						 
						
							2020-07-28 11:55:55 -07:00  
						
					 
				
					
						
							
							
								 
								Helen Y
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								86c438b154 
								
							 
						 
						
							
							
								
								Remove final from local variables ( #732 )  
							
							 
							
							... 
							
							
							
							* Remove final from local variables 
							
						 
						
							2020-07-20 13:53:34 +09:00  
						
					 
				
					
						
							
							
								 
								Sergei Malafeev
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b78abac82c 
								
							 
						 
						
							
							
								
								#598  Rename "tags" to "attributes" ( #645 )  
							
							 
							
							
							
						 
						
							2020-07-07 21:03:41 -07:00