Anuraag Agrawal
|
49c20ef724
|
Migrate Ratpack HTTP Client tests to Java. (#3768)
* Migrate Ratpack HTTP Client tests to Java.
* Close harness
|
2021-08-05 11:49:34 +09:00 |
Anuraag Agrawal
|
e92ecc02bc
|
Add library instrumentation for Ratpack server (#3749)
* Add Ratpack server library instrumentation
* Finish
* Back to 1.4
* Drift
* Cocaine
* Update instrumentation/ratpack-1.4/library/src/main/java/io/opentelemetry/instrumentation/ratpack/RatpackTracingBuilder.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Cleanup
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2021-08-04 16:21:36 +09:00 |
Mateusz Rzeszutek
|
f960456240
|
Add tests that verify that Span.current() works in spring batch listeners (#3758)
|
2021-08-03 09:17:03 -07:00 |
Trask Stalnaker
|
03632d9bae
|
Fix JDK http client propagation of non-sampled traces (#3736)
* Fix JDK http client propagation of non-sampled traces
* Lower wait time
|
2021-08-02 13:12:37 +09:00 |
Anuraag Agrawal
|
40aad4539d
|
Add HttpClientTestOptions (#3714)
* Add HttpClientTestOptions
* Drift
|
2021-08-02 12:56:50 +09:00 |
Anuraag Agrawal
|
e4fcbb8f51
|
Explicitly check for key for attribute assertions using hasEntrySatis… (#3703)
* Explicitly check for key for attribute assertions using hasEntrySatisfying
* Check test user agent set first
|
2021-07-28 13:05:00 +03:00 |
Anuraag Agrawal
|
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 |
Nikita Salnikov-Tarnovski
|
6a2ee3255a
|
Extract muzzle check plugin (#3657)
* Extract muzzle check plugin
|
2021-07-26 12:37:14 +03:00 |
Lauri Tulmin
|
26dc106399
|
Okhttp3: fix concurrency test with callback (#3669)
|
2021-07-26 13:12:29 +09:00 |
Nikita Salnikov-Tarnovski
|
c6f9bef90e
|
Use published muzzle generation plugin (#3639)
* Use published muzzle generation plugin
|
2021-07-22 11:46:49 +03:00 |
Lauri Tulmin
|
85b7c0569e
|
Replace usage of basicSpan (#3650)
|
2021-07-22 12:25:49 +09:00 |
Lauri Tulmin
|
1197480f6e
|
Netty4: handle read timeout (#3613)
* Netty4: handle read timeout
* spotless
|
2021-07-21 21:20:21 +03:00 |
Nikita Salnikov-Tarnovski
|
a55e048451
|
Convert ReferenceCollectorTest to JUnit (#3644)
* Convert ReferenceCollectorTest to JUnit
* User AssertJ
* Polish
|
2021-07-21 19:36:46 +03:00 |
Anuraag Agrawal
|
e0cb216610
|
Remove remaining usages of basic span asserts (#3616)
|
2021-07-19 10:09:44 -07:00 |
Anuraag Agrawal
|
f5ce4c03f8
|
Inline basic usages of basicSpan (#3583)
* Inline basic usages of basicSpan
* spock
|
2021-07-18 21:15:51 +03:00 |
Anuraag Agrawal
|
d87f876467
|
Fix test metrics conversion from OTLP (#3580)
|
2021-07-16 12:06:38 +09:00 |
Anuraag Agrawal
|
d3b62de8a5
|
Replace most uses of TraceUtils with testRunner runWithSpan. (#3582)
|
2021-07-15 10:30:34 -07:00 |
Anna Nosek
|
0fd8d2cc47
|
Add noop sdk configuration option (#3539)
* introduce noop
* test configuration
* rename to noop api, move System.setProperty() calls
* remove unnecessary semicolon
* codenarc fix
|
2021-07-15 11:33:00 +03:00 |
Anuraag Agrawal
|
df89691ca5
|
Move runWith logic to testrunner for use from Groovy and replace one … (#3546)
* Move runWith logic to testrunner for use from Groovy and replace one usage.
* Comment
* Fix static init order
* Fix
* Style
|
2021-07-13 17:14:00 +09:00 |
Trask Stalnaker
|
d0cb08a37b
|
Rename javaagent-api artifact to javaagent-instrumentation-api (#3513)
* part 1
* part 2
* Undo change in examples
* Spotless
|
2021-07-12 21:53:49 -07:00 |
HaloFour
|
3e8d3e88bf
|
Update OpenTelemetry to version 1.4.0 (#3541)
* Update to OpenTelemetry 1.4.0
* Fix breaking changes with opentelemetry-api-metrics
|
2021-07-10 15:53:02 +09:00 |
Anuraag Agrawal
|
f601863d12
|
Merge Java TraceUtils into extension and switch to Instrumenter API. (#3532)
* Merge Java TraceUtils into extension and switch to Instrumenter API.
* Woah
|
2021-07-10 13:21:12 +09:00 |
Anuraag Agrawal
|
9be9e40556
|
Use async requests for high concurrency test. (#3534)
|
2021-07-10 13:20:53 +09:00 |
Mateusz Rzeszutek
|
7969bdf18e
|
Add a small test utility that mimics Spock's 'cleanup:' block (#3533)
* Add a small test utility that mimics Spock's 'cleanup:' block
* Update testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/AutoCleanupExtension.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Move to internal
* fix broken import
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
|
2021-07-09 18:35:43 +03:00 |
Anuraag Agrawal
|
d8fbecb26f
|
Migrate RMI test to Java. (#3525)
* RMI Java
* Migrate RMI test to Java.
* Small clean
|
2021-07-09 15:02:51 +09:00 |
Trask Stalnaker
|
9e4da754c2
|
Use consistent logger field name (#3515)
|
2021-07-07 10:47:46 -07:00 |
Mateusz Rzeszutek
|
f78d414975
|
Publish armeria-shaded-for-testing without -all classifier (#3475)
* Publish armeria-shaded-for-testing without -all classifier
* Update testing-common/build.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* compileOnly
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-07-06 12:15:06 +02:00 |
Anuraag Agrawal
|
44f2354d41
|
Allow disabling thread details and disable for most tests. (#3464)
|
2021-07-01 08:31:27 -07:00 |
Anuraag Agrawal
|
262c5d59d7
|
Migrate testing and shaded-for-instrumenting builds to kotlin (#3448)
* Migrate testing and shaded-for-instrumenting builds to kotlin
* Migrate
|
2021-06-30 19:21:20 +09:00 |
Anuraag Agrawal
|
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 |
Anuraag Agrawal
|
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 |
Trask Stalnaker
|
7d5c7e0a4a
|
Fix spring jms listener instrumentation (#3359)
* Fix Spring JMS listener instrumentation
* Comment
* More allows
|
2021-06-21 11:46:34 +02:00 |
Anuraag Agrawal
|
9e763d69a7
|
Extract build plugin for instrumentation testing projects that aren't muzzled / published. (#3354)
|
2021-06-19 11:04:33 +09:00 |
Anuraag Agrawal
|
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 |
Anuraag Agrawal
|
a818f14957
|
Migrate publish.gradle to convention plugin (#3312)
* Migrate publish.gradle to convention plugin
* Migrate usages of publish.gradle
* Remove publish.gradle
* Newline
|
2021-06-15 22:12:48 +09:00 |
Anuraag Agrawal
|
7ad9e7a50b
|
Move shaded testing dependencies to internal package. (#3305)
|
2021-06-15 13:10:19 +03:00 |
Trask Stalnaker
|
c79b5c5f1d
|
Fix some raw types warnings (#3300)
* Fix some raw types warnings
* oops
|
2021-06-15 08:42:07 +03:00 |
Anuraag Agrawal
|
224dc51e93
|
Migrate java.gradle to conventions plugin (#3289)
* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-06-15 08:10:39 +09:00 |
Trask Stalnaker
|
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 |
Anuraag Agrawal
|
9a19c6fa67
|
Make guava compileonly (#3290)
* Make guava compileonly
* testImplementation
|
2021-06-14 23:05:53 +09:00 |
Trask Stalnaker
|
b25ac0f1ad
|
Clean up old operation name terminology (#3282)
|
2021-06-13 22:10:36 -07:00 |
Trask Stalnaker
|
ab174f4f9c
|
Remove javaagent-tooling test forking (#3272)
* Remove javaagent-tooling test forking
* Remove one more forking
|
2021-06-13 10:57:45 -07:00 |
Anuraag Agrawal
|
c92fbcf624
|
Update to OTel SDK 1.3.0 (#3253)
|
2021-06-12 09:56:23 -07:00 |
Anuraag Agrawal
|
84cc044ddf
|
Migrate remaining test client calls to Armeria and remove testing-com… (#3250)
|
2021-06-11 11:51:23 -07:00 |
Anuraag Agrawal
|
d44cf56636
|
Remove leftover google.com references. (#3243)
|
2021-06-11 11:04:41 +09:00 |
Anuraag Agrawal
|
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 |
Anuraag Agrawal
|
d79fb8cc84
|
Use local server to test HTTPS instead of google.com (#3236)
|
2021-06-11 08:04:17 +09:00 |
Mateusz Rzeszutek
|
1cc893b009
|
Spring Integration library instrumentation (#3120)
* Spring Integration library instrumentation
* testLatestDeps
* attributesExtractor
* errorprone
* Code review comments
* rename package messaging -> integration
* move package in groovy files too
* thread local map
* Revert "thread local map"
This reverts commit 7c8d614f4c .
* Always extract parent SpanContext from the incoming message
* checkstyle
* codenarc
|
2021-06-10 14:51:32 +02:00 |
Anuraag Agrawal
|
8a6305c8c0
|
Remove test for dropped request to google.com (#3234)
|
2021-06-10 16:31:41 +09:00 |
Anuraag Agrawal
|
f91e35616f
|
Migrate remaining usages of TestHttpServer to Armeria. (#3231)
* Migrate remaining usages of TestHttpServer to Armeria.
* Remove unused.
* Shade netty tcnative to allow TLS on Java 8
|
2021-06-10 09:28:44 +09:00 |