Trask Stalnaker
c06d70d174
Remove JAXRS HttpClient instrumentation ( #5430 )
2022-02-28 22:47:26 -08:00
Trask Stalnaker
8d18e463ea
Add markdown link check ( #5449 )
...
* Add markdown link check
* Fix links
* update workflows
* move comment
2022-02-28 11:30:16 -08:00
Lauri Tulmin
e6a8bdf697
Add peer service support back to couchbase26 ( #5451 )
...
* Add peer service support back to couchbase26
* extract common module
* move tests
* fix tests
* address review comments
* remove CouchbaseRequestInfoHolder
2022-02-28 10:00:27 -08:00
Trask Stalnaker
e058fa7810
Fix aws-core testLatestDeps ( #5458 )
...
* Fix aws-core testLatestDeps
* ooops
2022-02-27 21:07:27 -08:00
Trask Stalnaker
0a6b87eb69
Remove server span peer name ( #5404 )
...
* Fix server -> client reference
* Remove server span peer name
2022-02-27 11:06:20 -08:00
Trask Stalnaker
e89a9f2ea1
Use gradle cache for setup-muzzle-matrix job ( #5448 )
2022-02-25 09:28:33 -08:00
Trask Stalnaker
02a4fd41c2
Fix regression in spring-scheduling span name ( #5436 )
2022-02-24 12:27:43 -08:00
Lauri Tulmin
12e1134f57
Increase delay in attempt to fix flaky test in AbstractAws1ClientTest ( #5441 )
2022-02-24 08:38:16 -08:00
Lauri Tulmin
4d103263f7
Increase ready timeout for couchbase31 ( #5442 )
2022-02-24 08:37:07 -08:00
Armin Ruech
640e95df1c
Update Log4j appender example to follow the spec ( #5443 )
2022-02-24 08:32:01 -08:00
eugeniyk
bf16564321
Set custom gRPC client/server span name extractor ( #5244 )
...
* Set custom gRPC client/server span name extractor
* Fix imports
* Fix compilation
* Fix style rule
* Update to use Functions instead
* Fix formatting
2022-02-24 13:59:00 +02:00
Lauri Tulmin
6d58704e76
Sort spans in Netty41ClientSslTest ( #5433 )
2022-02-24 13:02:40 +02:00
Lauri Tulmin
9fd34144e3
Wait before clearing metrics ( #5434 )
2022-02-24 13:02:24 +02:00
Anuraag Agrawal
9f00cf38d5
Migrate google-http-client tests to Java. ( #5399 )
2022-02-24 16:51:08 +09:00
Trask Stalnaker
d7725d248b
Fix server -> client reference ( #5396 )
2022-02-19 11:49:00 -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
Trask Stalnaker
2f5e1f0703
Fix another reverse lookup ( #5393 )
...
* Fix another reverse lookup
* Update tests to verify NET_PEER_NAME is never captured for http server spans
* Revert "Update tests to verify NET_PEER_NAME is never captured for http server spans"
This reverts commit 44c9e91048 .
2022-02-18 08:54:08 -08:00
Lauri Tulmin
8c6cd97cc7
Sort netty RESOLVE, CONNECT and SSL handshake spans ( #5394 )
2022-02-17 20:20:08 -08:00
Mateusz Rzeszutek
27ed47ccda
Split out CodeAttributesGetter ( #5342 )
2022-02-17 16:47:18 -08:00
Mateusz Rzeszutek
6774ce5791
Change the way Micrometer LongTaskTimer is bridged ( #5338 )
2022-02-17 16:46:23 -08:00
Lauri Tulmin
cc60ffb6e0
Fix netty38 latest deps test ( #5392 )
2022-02-17 07:29:24 -08:00
Lauri Tulmin
9f98a0953a
Disable connection pooling in netty38 tests ( #5384 )
2022-02-17 11:02:43 +02:00
Lauri Tulmin
9b9fe6a8b3
Setting bean class name overwrites bean class ( #5387 )
2022-02-17 11:02:24 +02:00
Lauri Tulmin
40557768f6
Fix flaky jdk http client test ( #5371 )
2022-02-17 09:36:51 +02:00
Lauri Tulmin
53359f09ea
Use repository interface name in spring data operation name ( #5352 )
...
* Use repository interface name in spring data operation name
* Update instrumentation/spring/spring-data-1.8/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/data/SpringDataInstrumentationModule.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* spotless
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-02-16 12:04:42 +02:00
Lauri Tulmin
be0f07e3e4
Alter flaky redisson test ( #5376 )
2022-02-16 11:25:17 +02:00
Lauri Tulmin
3b81bc49e8
Remove oshi latest dep test restriction ( #5383 )
2022-02-15 11:11:02 -08:00
Lauri Tulmin
3fadca743e
Exclude broken oshi release ( #5372 )
...
* Exclude broken oshi release
* fix latest deps test
2022-02-14 13:25:45 -08:00
Lauri Tulmin
fc5b0e9a02
Remove and ignore .attach_pid files ( #5348 )
2022-02-11 09:37:52 -08:00
Lauri Tulmin
e9b9fcc4a7
Increase couchbase timeout ( #5349 )
2022-02-11 09:33:12 -08:00
Lauri Tulmin
ec36dbf7bd
Add more sleep to weak gauge test ( #5350 )
2022-02-11 09:32:39 -08:00
Anuraag Agrawal
7e5fa5ee93
Add all AWS SDK api libraries referenced in testing to latestDepTest ( #5280 )
...
* Add all AWS SDK api libraries referenced in testing in latestDepTest
* Fix merge
2022-02-11 10:48:52 +09:00
Anuraag Agrawal
f236b2d4c9
Split lambda instrumentation into core and events ( #5326 )
...
* Split out lambda core instrumentation
* More
* Remove request wrapper from core
* Split events
* Dedupe
* More
* More renames
* Finish
* Clean
* README
* Rename more
* Finish
* Fix README
* Fix README
* Fix
* Comments
2022-02-10 17:27:22 -08:00
Lauri Tulmin
51b88c7bce
Muzzle fails for elasticsearch 8 ( #5343 )
...
* Muzzle fails for elasticsearch 8
* Muzzle fails for elasticsearch 8
2022-02-10 13:48:41 -08:00
Lauri Tulmin
c7f9715f34
Wait for kafka to start ( #5341 )
2022-02-10 09:55:49 -08:00
ralphgj
e551d99db3
fix: add attributes of net.peer.* for grpc client span ( #5324 )
2022-02-10 09:54:43 -08:00
Lauri Tulmin
afdeb1a557
Change rxjava version that is used in hystrix tests ( #5335 )
2022-02-10 08:58:32 -08:00
Mateusz Rzeszutek
956b5660de
Implement NamingConvention support in Micrometer bridge ( #5328 )
...
* Implement NamingConvention support in Micrometer bridge
* default naming convention
2022-02-09 17:48:13 -08:00
Mateusz Rzeszutek
2cf853dba3
Fix base time unit in Micrometer FunctionTimer ( #5321 )
2022-02-09 10:29:58 +01:00
Mateusz Rzeszutek
edfd842185
Fix time units in Micrometer Timer max measurements ( #5320 )
2022-02-08 14:00:13 +01:00
Mateusz Rzeszutek
0b7f466724
Make it possible to configure base time unit used by the Micrometer bridge ( #5304 )
...
* Make it possible to configure base time unit used by the Micrometer bridge
* add readme
2022-02-08 10:39:02 +01:00
Mateusz Rzeszutek
551418c283
Refactor AttributesExtractor so that it extracts route from Context ( #5288 )
...
* Refactor AttributesExtractor so that it extracts route from Context
* typo
* fix tests
* Update instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/instrumenter/http/HttpRouteHolder.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* fix all AttributesExtractors
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-02-08 10:38:41 +01:00
Mateusz Rzeszutek
99f8c8d1cd
Add max measurements to Micrometer Timer & DistributionSummary ( #5303 )
2022-02-08 08:17:28 +01:00
Anuraag Agrawal
b9fac11c90
Migrate AWS Lambda tests to Java ( #5315 )
...
* Migrate AWS Lambda tests to Java
* Only assert OTLP fields for links
2022-02-08 15:27:20 +09:00
Trask Stalnaker
186c657b4e
Avoid potential for reverse name lookup ( #5305 )
2022-02-07 17:39:16 -08:00
Lauri Tulmin
1bdd88d10c
Propagate context into redisson async callback ( #5313 )
...
* Propagate context into redisson async callback
* Apply suggestions from code review
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2022-02-07 17:35:42 -08:00
Trask Stalnaker
a0f3ad7279
Add code attributes to spring-scheduling spans ( #5306 )
2022-02-07 17:31:11 -08:00
Marc Pichler
db20a5344f
Fix artifactID in log4j-context-data-2.16 documentation ( #5310 )
2022-02-04 08:56:58 -08:00
Trask Stalnaker
3d0ebce2ba
Fix triggering of DNS lookup ( #5297 )
...
* Fix triggering of DNS lookup
* Update test
* Update test
2022-02-03 08:39:52 -08:00
Nikita Salnikov-Tarnovski
a3ce5d5e2a
Use "--add-opens" to allow test to run on java 16+ ( #5290 )
...
* Use "--add-opens" to allow test to run on java 16+
* Update instrumentation/executors/javaagent/build.gradle.kts
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
* Update instrumentation/executors/javaagent/build.gradle.kts
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2022-02-03 08:22:49 +02:00