Mateusz Rzeszutek
69fc3df19a
Try to make Spring RMI tests less flaky (hopefully) ( #5164 )
2022-01-18 10:58:45 -08:00
Mateusz Rzeszutek
816d322cbf
Fix flaky micrometer tests ( #5171 )
2022-01-18 10:54:41 -08:00
Mateusz Rzeszutek
cee51bcf7e
Fix micrometer flaky test ( #5157 )
...
* Fix micrometer flaky test
* spotless
2022-01-17 10:35:15 -08:00
Anuraag Agrawal
b7a95857c7
Fix some java lint warnings ( #5120 )
...
* Convert InstrumentationTestRunner from interface to abstract class
* Foo
* Commit
* Revert unintended
2022-01-17 10:26:03 -08:00
Samudraneel Dasgupta
3b0c49094d
Spring RMI instrumentation ( #5033 )
...
* Spring RMI instrumentation
* Change the order of import statements
* remove extra separation in import statements
* stylistic changes
* Fix groovy rule violations
* Formatting changes in groovy file
* Spotless fixes and muzzle check version change
* Fixed minimum version in filenames and fixed muzzle check
* single InstrumentationModule and added context propagation test
* Merged singletons, use random port in test and add stricter matchers.
* Remove unused import
2022-01-14 13:56:40 -08:00
acm19
a8069370ad
Fix serialisation exception on default lambda events ( #4724 )
...
Adds `FAIL_ON_UNKNOWN_PROPERTIES` to the paramter parser on the lambda
as events coming from AWS have more fields than those represented in the
libraries provided by AWS. Adds a custom `JodaModule` to the same
parser to support `ScheduledEvent` which for now uses Joda Time. At the
same time avoid the real Joda Module to not have extra dependencies.
Resolves: https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/4645
2022-01-14 13:54:50 -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
Mateusz Rzeszutek
262a8734ca
One more micrometer AsyncInstrumentRegistry fix ( #5118 )
2022-01-14 10:00:49 -08:00
Mateusz Rzeszutek
9583ca6246
Fix resteasy muzzle ( #5121 )
2022-01-14 11:53:48 +01:00
Mateusz Rzeszutek
6eeb6ccfd0
Fix flaky micrometer tests ( #5106 )
...
* Fix flaky micrometer tests
* Add comment
2022-01-13 11:47:37 -08:00
jason plumb
963b5cc087
Connect AgentLogEmitterProvider global during OpenTelemetryInstaller ( #5088 )
...
* during install, hook up the log emitter provider for instrumentation to use.
* spotless
* Fix tests
* Default instrumentation name to ROOT when logger name null/empty
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-13 08:31:02 -08:00
Mateusz Rzeszutek
9299567a96
Micrometer library instrumentation ( #5063 )
2022-01-12 20:06:27 -08:00
Lauri Tulmin
0624b6561e
Add debug logging to SpringTemplateJms1Test ( #5087 )
2022-01-12 16:13:32 -08:00
Trask Stalnaker
f7da97bd9d
Move appender api to internal ( #5080 )
...
* rename artifacts and packages
* Library users shouldn't need to use internal
* Update docs
* Rename in order to simplify HelperClassPredicate
* Spotless
* Move AgentLogEmitterProvider to javaagent-instrumentation-api
2022-01-12 08:38:28 -08:00
Lauri Tulmin
f60f7e2cc1
Attempt to fix flaky micrometer test ( #5085 )
2022-01-12 17:29:54 +02:00
Mateusz Rzeszutek
8324b51c04
Micrometer instrumentation, part 3 ( #5017 )
...
* Micrometer instrumentation, part 3
* fix compilation
* add comment
* code review comments
2022-01-12 16:25:49 +01:00
Lauri Tulmin
0eb3156420
Increase timeout for redisson test ( #5084 )
2022-01-12 17:25:19 +02:00
Anuraag Agrawal
5577afbf45
Update dependencies ( #5083 )
...
* Update dependencies
* Downgrade jackson for jax test
2022-01-12 17:21:13 +02:00
Trask Stalnaker
39d20b5fbc
Fix lettuce testLatestDeps ( #5079 )
2022-01-11 14:16:19 -08:00
Trask Stalnaker
61cc276264
Remove unnecessary verification ( #5057 )
2022-01-11 11:37:43 -08:00
Mateusz Rzeszutek
929b6808dd
End redisson span when the operation actually ends ( #5073 )
2022-01-11 09:41:06 -08:00
Trask Stalnaker
db8cd050a7
Add spotless to standalone subprojects ( #5058 )
...
* Update spotless version
* Add spotless to benchmark-overhead
* Add spotless to smoke-test images
* Add spotless to examples
* Apply spotless
* Resolve log4j conflict
* Apply spotless after upgrade
2022-01-10 12:46:52 -08:00
Lauri Tulmin
c6fe6b8252
Fix flaky log4j appender test ( #5062 )
2022-01-10 09:16:15 -08:00
Mateusz Rzeszutek
6d221e160a
Micrometer instrumentation, part 2 ( #5001 )
...
* Micrometer instrumentation, part 2
* use double counter instead of gauge in FunctionTimer
* code review suggestions
* fix errorprone
* rebase and fix compilation failure
2022-01-10 13:22:32 +01:00
Nikita Salnikov-Tarnovski
1a9c633b4b
Rename some packages, move some classes ( #5043 )
...
* Rename some packages, move some classes
2022-01-09 13:26:51 +02:00
Lauri Tulmin
dcbc2b3866
Retry elasticsearch startup ( #5044 )
2022-01-08 14:01:54 +02:00
Nikita Salnikov-Tarnovski
3144859396
Stop using deprecated NetPeerAttributes outside of the deprecated package ( #5024 )
2022-01-08 14:01:09 +02:00
Anuraag Agrawal
c75c01f871
Update to OTel 1.10 ( #5035 )
...
* Update to OTel 1.10
* Fix metric smoke test
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-07 15:45:20 -08:00
Nikita Salnikov-Tarnovski
daeda5dcfc
Don't extract deprecated cassandra keyspace attribute ( #5041 )
2022-01-07 15:19:59 -08:00
Nikita Salnikov-Tarnovski
25550e0a63
Stop using deprecated constructor ( #5040 )
...
* Stop using deprecated constructor
* Try to fix the build
2022-01-07 11:47:54 -08:00
Lauri Tulmin
d5bd3cb91b
Fix NPE in rmi server instrumentation ( #5042 )
2022-01-07 11:47:23 -08:00
Trask Stalnaker
0c5812951f
Remove another unused gradle file ( #5028 )
2022-01-06 22:54:02 -08:00
Anuraag Agrawal
f6bcd76219
Update errorprone ( #5016 )
...
* Update errorprone
* gwt
* Remove unnecessary final
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-06 14:21:56 -08:00
Lauri Tulmin
55e44d790c
ktor net attribute extraction ( #5027 )
...
* ktor net attribute extraction
* spotless
2022-01-06 12:03:59 -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
Trask Stalnaker
07ce0b5909
Support log4j map messages ( #4966 )
...
* Support log4j map messages
* Cache attribute keys
* Review
* Add tests
* Fix test
* Codenarc
* Better tests
* Remove sysout
2022-01-06 12:02:12 -08:00
Lauri Tulmin
acaa5e687a
Remove grails lates dep restriction ( #5025 )
2022-01-06 08:56:41 -08:00
Lauri Tulmin
c45b4ea5be
Fix redefinition failure on openj9 ( #5009 )
...
* Fix redefinition failure on openj9
* isntead of remembering the list of interfaces the class has remember whether it has any of the virutal field marker interfaces
* address review comment
* ensure virtual field detection works when internal-reflection instrumentation is disabled
2022-01-06 08:54:32 -08:00
Trask Stalnaker
9d68a9f004
Remove unused file ( #5020 )
2022-01-06 09:31:59 +02:00
Lauri Tulmin
175d1bfdcb
Create producer span from spring integration instrumentation ( #4932 )
...
* Add an option to create producer span from spring integration instrumentation
* Update instrumentation/spring/spring-integration-4.1/library/src/main/java/io/opentelemetry/instrumentation/spring/integration/TracingChannelInterceptor.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* add null check
* add doc
* Update instrumentation/spring/README.md
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2022-01-05 13:00:22 -08:00
Trask Stalnaker
55eb157645
Fix ktor testLatestDeps ( #5014 )
2022-01-04 21:51:24 -08:00
Trask Stalnaker
1d453debe3
Update log4j instrumentation docs ( #4915 )
...
* Update log4j instrumentation docs for 1.10.0 release
* More log4j doc changes for 0.10.0
* Updates for #4937
* Fix log4j documentation
* Update instrumentation/log4j/log4j-2.16/library/README.md
Co-authored-by: jack-berg <jberg@newrelic.com>
2022-01-04 20:55:36 -08:00
Anuraag Agrawal
e08ed9d448
Add library instrumentation for ktor. ( #4983 )
2022-01-04 20:14:31 -08:00
Trask Stalnaker
7c58220d65
Fix logback testLatestDeps ( #5010 )
2022-01-04 16:20:21 -08:00
Lauri Tulmin
97f110405d
Instrumentation for rxjava3.1.1 ( #4954 )
...
* Instrumentation for rxjava3.1.1
* Move common test classes
* spotless
* move rxjava 3.1.1 classes to separate package
2022-01-04 14:15:35 -08:00
Lauri Tulmin
26d2634beb
Convert camel instrumentation to instrumenter api ( #4973 )
2022-01-04 13:29:41 -08:00
jack-berg
935cb88ff4
Add logback appender ( #4984 )
2022-01-03 20:42:28 -08:00
Trask Stalnaker
1a9b37525c
Add support for capturing logback mdc attributes ( #4968 )
...
* Add support for capturing logback mdc attributes
* Spotless
2022-01-03 10:32:49 -08:00
Fabrizio Ferri-Benedetti
4d7a5d5062
Add settings docs for instrumentations ( #4981 )
...
* First commit
* Add other instrumentation docs
* Peer edits
* Update instrumentation/kafka/kafka-clients/README.md
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
* Update instrumentation/methods/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update instrumentation/netty/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update instrumentation/reactor/reactor-netty/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update instrumentation/servlet/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Fixes
* Update instrumentation/couchbase/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update instrumentation/rocketmq-client-4.8/README.md
Well spotted!
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update instrumentation/spring/README.md
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-01-03 10:24:48 -08:00
Mateusz Rzeszutek
a022f0ce59
Micrometer bridge instrumentation ( #4919 )
...
* Micrometer bridge instrumentation
* gauges with the same name and different attributes
* weak ref gauge
* one more test
* disable by default + muzzle
* code review comments
* log one-time warning
* make AsyncInstrumentRegistry actually thread safe
* code review comments
* one more minor fix
2022-01-03 13:33:39 +01:00