Mateusz Rzeszutek
|
9c7fae3b04
|
Extract javaagent-extension-api from tooling & spi (#2879)
|
2021-05-06 23:30:25 -07:00 |
Trask Stalnaker
|
fa359a4a5d
|
Remove some testNotFound exclusions (#2813)
|
2021-04-19 15:44:58 -07:00 |
Trask Stalnaker
|
bd829a6494
|
Remove duplicate status verification (#2710)
|
2021-04-19 11:41:37 -07:00 |
Trask Stalnaker
|
9bd028f767
|
Remove unnecessary genericness (#2797)
|
2021-04-14 00:01:28 -07:00 |
Mateusz Rzeszutek
|
04d6fb67ff
|
Move SERVER and CLIENT span context keys out of BaseTracer (#2468)
* Move SERVER and CLIENT span context keys out of BaseTracer
Inspired by https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1726#issuecomment-731890267
* Rename context keys
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-03-03 16:12:42 +01:00 |
Trask Stalnaker
|
62f2611486
|
Update instrumentation names (#2433)
|
2021-03-01 19:34:25 -08: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 |
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 |
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 |
Mateusz Rzeszutek
|
f520c2cd33
|
Remove deprecated SpanWithScope class (#1834)
|
2020-12-05 09:48:28 -08:00 |
Trask Stalnaker
|
26f254b10d
|
Create javaagent dirs for all instrumentations, part 2 (#1794)
|
2020-11-28 22:26:49 -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 |