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 |
Mateusz Rzeszutek
|
0fbdcad1dd
|
Make BaseTracer#startSpan() return Context (#2232)
* Make BaseTracer#startSpan() return Context
* Update instrumentation/apache-camel-2.20/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/apachecamel/CamelEventNotifier.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* spotless
* Add Javadocs to BaseTracer
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-02-12 12:12:40 +01: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 |
Lauri Tulmin
|
2a4e07dce1
|
Netty: add exception to span (#2027)
|
2021-01-14 09:36:14 -08: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
|
deda1af9c0
|
HTTP client instrumentation cleanup: netty (#1909)
|
2020-12-15 09:00:31 +02: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
|
a2770c311e
|
Don't use ConfigUtils outside of AgentTestRunner tests (#1796)
* NetPeerUtilsTest
* RedisCommandNormalizerTest
* InstrumentationModuleTest
* HttpClientTracerTest
* Normalize test config properties
* Create ConfigBuilder in instrumentation-api
* Keep config properties compatible with SDK
|
2020-12-01 16:52:08 -08:00 |
Trask Stalnaker
|
0bd85d7b7f
|
Pass around context more instead of span (HttpServerTracer) (#1810)
|
2020-12-01 14:49:01 -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 |