Mateusz Rzeszutek
|
fe4d95a689
|
Refactor BaseTracer#onError() method (and unwrapThrowable()) (#2513)
* Refactor BaseTracer#onError() method (and unwrapThrowable())
Also remove the deprecated BaseTracer(Tracer) constructor.
* Update BaseTracer javadoc
* fix tests
* Code review comments
|
2021-03-08 15:08:26 +02:00 |
Mateusz Rzeszutek
|
c18acb858e
|
Add BaseTracer#inject() method (#2453)
* Add BaseTracer#inject() method
And avoid using GlobalOpenTelemetry#getPropagators()
* Code review comments
|
2021-03-02 15:30:04 +01:00 |
Anuraag Agrawal
|
000df967ce
|
Update to SDK 0.17.0 (#2338)
* Update to SDK 0.17.0
* Finish
* ottrace
|
2021-02-19 15:51:55 +09:00 |
Mateusz Rzeszutek
|
ee090aee1e
|
Support library instrumentations with HttpServerTest & HttpClientTest (#2299)
|
2021-02-16 09:05:23 -08: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 |
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 |
Trask Stalnaker
|
e2264222ce
|
HTTP client instrumentation cleanup, part 0 (#1893)
|
2020-12-14 16:34:06 -08:00 |
Anuraag Agrawal
|
3b8827b8ab
|
Update to SDK 0.12.0 (#1830)
* Update to SDK 0.12.0
* Update error message to the current world.
* Bump referenced smoke test versions
* fixes
* dependency hell
* Suppress unused call
* Bump missed smoke tests
* Bump image, bump smoke tests gRPC version
|
2020-12-07 17:16:47 +09:00 |
Trask Stalnaker
|
65f54e450b
|
Use Context more in HttpClientTracer (#1811)
* Use Context more in HttpClientTracer
* Better http-url-connection response object
* Follow database semantic conv for elasticsearch-rest
* Remove unnecessary CallDepth tracking
|
2020-12-03 11:47:08 -08:00 |
Trask Stalnaker
|
26f254b10d
|
Create javaagent dirs for all instrumentations, part 2 (#1794)
|
2020-11-28 22:26:49 -08:00 |
Trask Stalnaker
|
41bd489a77
|
Format groovy files (#1793)
|
2020-11-28 21:22:14 -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
|
45646ff367
|
Rename TypeInstrumentation#classLoaderMatcher() to classLoaderOptimization() (#1741)
* Rename TypeInstrumentation#classLoaderMatcher() to classLoaderOptimization()
* Removed no longer needed comments & improved JavaDoc
* Improve TypeInstrumentation Javadoc
|
2020-11-24 14:27:58 +02: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 |
Trask Stalnaker
|
6d5ec329d6
|
Enable checkstyle for google style guide (#1641)
|
2020-11-16 18:46:59 -08:00 |
Mateusz Rzeszutek
|
0e83a5b56d
|
Refactor Instrumenters into InstrumentationModules - J (#1562)
|
2020-11-09 14:41:37 -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 |
Trask Stalnaker
|
3565775b00
|
Format groovy (#1475)
* Apply Intellij format to groovy
* spotless
|
2020-10-26 11:47:12 +09:00 |
Anuraag Agrawal
|
f6ad05b8e3
|
Update to latest SDK snapshot (#1384)
* Update to latest SDK snapshot
* Use published snapshot
* Fixes
* Cleans
* spotless
* Most
* Clean
* Merge
* Temporarily remove context interop
* WIP
* Prepare for intercepting propagated span
* Bump SDK
* IDE updates
* Lots
* compileJava
* Done?
* bar
* Spot
* drugs
* Groovy--
* green for me
* Spot
* Remove grpc import
* Scrub
|
2020-10-25 15:14:32 +09:00 |
Trask Stalnaker
|
1b51d4a6b1
|
Rename packages (#1367)
|
2020-10-11 13:54:35 -07:00 |
Ioannis Mavroukakis
|
f2de47a150
|
SpanAssert method names should reflect underlying Span method names (#1307)
|
2020-10-05 16:04:08 +09: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 |
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
|
beb1901f5f
|
Review semantic convention for Http Client spans (#1214)
* Review semantic convention for Http Client spans
* Polish
* Update instrumentation/google-http-client-1.19/src/test/groovy/AbstractGoogleHttpClientTest.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-09-18 17:52:08 +03:00 |
Sergei Malafeev
|
f0eaa5f0fa
|
JDK 11 HttpClient instrumentation (#1121)
* JDK 11 HttpClient instrumentation
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* get rid of semicolon
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* trace sync request
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* get rid of unnecessary gradle options
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* wip
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* end span when future completed
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* remove unneeded check
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* get rid of repeated test code
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* get rid of unneeded code
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* remove semicolon
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* implement review comments
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* Update instrumentation/httpclient/src/main/java/io/opentelemetry/instrumentation/auto/httpclient/HttpClientInstrumentation.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update instrumentation/httpclient/src/main/java/io/opentelemetry/instrumentation/auto/httpclient/HttpClientInstrumentation.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update instrumentation/httpclient/src/test/groovy/JdkHttpClientTest.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* rename to java-httpclient
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* remove unused
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* follow redirects
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* remove semicolon
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-09-10 16:04:52 +09:00 |