Lauri Tulmin
d409a48cb5
Avoid npe when cassandra test fails to start ( #1984 )
2021-01-06 13:41:56 +09:00
Lauri Tulmin
28c210ed39
Start each server version once for smoke tests ( #1967 )
...
* start each server version once for smoke tests
* Update smoke-tests/src/test/java/io/opentelemetry/smoketest/AppServerTestRunner.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update smoke-tests/src/test/java/io/opentelemetry/smoketest/AppServerTestRunner.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update smoke-tests/src/test/java/io/opentelemetry/smoketest/AppServerTestRunner.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* review fixes
* review fix
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-01-06 12:10:38 +09:00
Trask Stalnaker
b859485cd0
Fix flaky camel test ( #1964 )
2021-01-05 14:16:52 -08:00
Lauri Tulmin
1671951699
Fix jetty context leak ( #1966 )
2021-01-05 14:16:12 -08:00
Aman Brar
d9dc07c154
Add CodeQL security scan ( #1971 )
2021-01-05 13:43:13 -08:00
Trask Stalnaker
f70a46483f
Fix testLatestDeps on new module ( #1981 )
2021-01-05 12:27:59 -08:00
Vladimir Šor
92dbb410eb
Remove armeria notice from logback instrumentation library. ( #1983 )
2021-01-06 00:30:13 +09:00
Lauri Tulmin
cc9c0f90ce
Close JarFile ( #1970 )
2021-01-04 18:26:34 -08:00
Trask Stalnaker
b97135725c
Change gitter links to github discussions ( #1977 )
2021-01-05 08:58:06 +09:00
Anuraag Agrawal
8d74baa2e4
Run tests with javaagent. ( #1643 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-01-04 13:13:24 -08:00
Lauri Tulmin
5b2e4ce1c7
Fix javadoc link ( #1969 )
2021-01-04 13:16:56 +09:00
Nikita Salnikov-Tarnovski
52cecb5209
Update to 0.13 ( #1961 )
2020-12-26 10:28:47 +02:00
Pavol Loffay
fe77bea75c
Expose context in async apache HTTP client instrumentation ( #1951 )
2020-12-23 16:04:30 -08:00
Lauri Tulmin
79433966fb
Liberty server span handling ( #1929 )
...
* Liberty server span handling
* review fixes
* review fixes
* add doc about using compile stubs
* Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/LibertyInstrumentationModule.java
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
* Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/ThreadLocalContext.java
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
* add links to advice classes
* add commnet, remove unneeded dependency
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
2020-12-22 15:00:58 +02:00
Nikita Salnikov-Tarnovski
0888711574
Add support for Undertow server runtime ( #1917 )
...
* Add support for Undertow server runtime
* Polish
* Damn be classloaders
* Fix correct span name
* Polish
2020-12-22 14:13:50 +02:00
Lauri Tulmin
4ddc2d28f9
correct link in javadoc ( #1956 )
2020-12-22 14:12:43 +02:00
Bhautik Pipaliya
a1945f27c0
end to end latency benchmark ( #1935 )
...
* end to end latency benchmark
* minor changes
* added final
* fix spotless check
2020-12-22 13:34:44 +09:00
Mateusz Rzeszutek
8baa897e8b
Spring Batch instrumentation tests: flows ( #1944 )
2020-12-21 12:46:55 +09:00
jason plumb
71dad57060
Enable Java 15 for akka http instrumentation ( #1869 )
2020-12-18 20:27:43 -08:00
Lauri Tulmin
ad82c30ec2
Skip attempting to retransform our agent classes ( #1919 )
2020-12-18 12:29:53 -08:00
Mateusz Rzeszutek
5ef9158791
Instrument spring-batch: chunk ( #1850 )
2020-12-18 13:11:54 +02:00
Vladimir Šor
f28e64b877
Include a link to failed build in the issue. ( #1943 )
2020-12-18 11:18:57 +02:00
Mateusz Rzeszutek
b37f580c79
Add Spring Batch to README ( #1928 )
2020-12-18 17:48:49 +09:00
Anuraag Agrawal
ca9b25d867
Revert "Revert "Update README to mention jaeger-thrift exporter support. ( #1882 )" ( #1913 )" ( #1914 )
...
This reverts commit d02318b5eb .
2020-12-18 17:46:23 +09:00
Pavol Loffay
f69217e2a4
Add ComponentInstaller SPI and use it for OpenTelemetry SDK ( #1848 )
...
* Add component installer SPI
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
* Move more code to agent installer
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
2020-12-18 08:55:24 +02:00
Anuraag Agrawal
785cb91286
Have bytebuddy task depend on resources. ( #1940 )
2020-12-18 15:23:18 +09:00
Anuraag Agrawal
76d1f07423
Update to released SDK 0.13.1 ( #1936 )
2020-12-18 14:12:30 +09:00
Mateusz Rzeszutek
8f095cbf31
Bridge Baggage ( #1927 )
...
* Bridge Baggage
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update instrumentation/opentelemetry-api-1.0/javaagent/src/test/groovy/ContextBridgeTest.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-12-18 13:20:12 +09:00
Anuraag Agrawal
4da56b4746
Don't compare requested version to current version since we always want to override our default of Java 11 ( #1934 )
2020-12-18 13:17:50 +09:00
Anuraag Agrawal
b72e4a9a53
Update smoke tests to released 0.13.1 ( #1933 )
2020-12-18 12:50:26 +09:00
Mateusz Rzeszutek
8bd1298329
Fix muzzle log level in tests ( #1930 )
2020-12-17 23:00:46 +02:00
Anuraag Agrawal
f0a6c6d772
Update SDK dependency to 0.13.0-SNAPSHOT. ( #1924 )
...
* Update SDK dependency to 0.13.0-SNAPSHOT.
* Update smoke tests
* Fix formatting
* Spot
2020-12-17 18:20:59 +09:00
Mateusz Rzeszutek
627a7ae6de
Instrument spring-batch: JSR-352 & Spring Batch XML tests ( #1852 )
2020-12-17 18:15:03 +09:00
Anuraag Agrawal
49fdaee2ee
Add document outlining safety mechanisms of java agent. ( #1925 )
...
* Add document outlining safety mechanisms of java agent.
* smoke tests
* Cleanup
2020-12-17 17:27:32 +09:00
Anuraag Agrawal
7f3d6c3321
Update smoke tests to 0.13.0-SNAPSHOT ( #1923 )
2020-12-17 15:42:50 +09:00
Mateusz Rzeszutek
cd58ac816e
Muzzle should add SPI classes defined in helperResourceNames as references ( #1918 )
2020-12-16 21:54:04 -08:00
Nikita Salnikov-Tarnovski
516e323e88
Remove integration with CiMate ( #1921 )
2020-12-16 19:11:26 +02:00
Vladimir Šor
135ba344cb
Tomcat server handlers ( #1902 )
...
* Tomcat server handler with passing integration and smoke tests.
* Update server span name from the servlet integration instead of trying to mimic it from the server handler.
* Cleanup and more javadocs.
* Use Java8BytecodeBridge in advice code.
* Use Java8BytecodeBridge in advice code.
* Use earliest version for compilation and muzzling.
* Use consistent instrumentation name.
* Record throwables only if the context is managed by something else.
* Getting scope handling right. Moved server span renaming logic via AppServerBridge to the ServletHttpServerTracer.
* codenarc
* more PR comments addressed
* Pass Method to startServerSpan
2020-12-16 16:59:54 +02:00
Mateusz Rzeszutek
f82e9107d6
Instrument spring-batch ( #1843 )
...
* Instrument spring-batch: job & step
* Instrument spring-batch: job & step - code review comments
* Instrument spring-batch: job & step - code review comments
* Instrument spring-batch: job & step - code review comments
* spotless
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Instrument spring-batch: job & step - code review comments
* spotless
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-12-16 13:27:23 +02:00
Trask Stalnaker
9e38f521f8
HTTP client instrumentation cleanup: http-url-connection ( #1908 )
...
* HttpClientTracer cleanup: http-url-connection
* Checkstyle
* Feedback
2020-12-16 07:52:16 +02:00
Trask Stalnaker
6dcc819f77
HTTP client instrumentation cleanup: google-http-client ( #1910 )
...
* HTTP client instrumentation cleanup: google-http-client
* Bring back comment
* Feedback
2020-12-16 07:49:00 +02:00
jason plumb
35005bd508
Update javadocs for generic types in HttpServerTracer ( #1891 )
2020-12-15 11:56:23 -08:00
Lauri Tulmin
d8f7886903
Move setup from static initializer to setupSpec to ensure that property is set for both SpringWebfluxTest and SingleThreadedSpringWebfluxTest not only the one that runs first. ( #1915 )
2020-12-15 10:10:23 -08:00
Mateusz Rzeszutek
a7cad4b36f
Propagate context in Spring SimpleAsyncTaskExecutor ( #1897 )
...
* Propagate context in Spring SimpleAsyncTaskExecutor
* Propagate context in Spring SimpleAsyncTaskExecutor: code review comments
2020-12-15 15:30:25 +01:00
Trask Stalnaker
49c2a36811
HTTP client instrumentation cleanup: aws-sdk ( #1911 )
2020-12-15 09:06:28 +02:00
Trask Stalnaker
deda1af9c0
HTTP client instrumentation cleanup: netty ( #1909 )
2020-12-15 09:00:31 +02:00
Trask Stalnaker
a20986c9d9
HttpClientTracer cleanup: apache-httpclient ( #1907 )
2020-12-15 08:53:09 +02:00
Trask Stalnaker
8235b345eb
Hide spring non-spec'd attributes behind flag ( #1906 )
...
* Hide spring non-spec'd attributes behind flag
* Spotless
* Don't cache configuration :(
2020-12-15 08:50:00 +02:00
Anuraag Agrawal
d02318b5eb
Revert "Update README to mention jaeger-thrift exporter support. ( #1882 )" ( #1913 )
...
This reverts commit 4af2655fa2 .
2020-12-15 15:35:04 +09:00
Lauri Tulmin
d00cbfcc5f
Add more testable servlets to some test app, update tomcat 10 and jetty 10 versions ( #1899 )
2020-12-15 08:15:55 +02:00