Nikita Salnikov-Tarnovski
|
763779e08a
|
Move servlet instrumentations around (#601)
|
2020-07-08 16:43:36 -07:00 |
Sergei Malafeev
|
b78abac82c
|
#598 Rename "tags" to "attributes" (#645)
|
2020-07-07 21:03:41 -07:00 |
Nikita Salnikov-Tarnovski
|
a62801649f
|
More fixes for Gradle warnings (#643)
* More gradle deprecation warnings fixed
* More gradle deprecation warnings fixed
* More fixes
* More fixes
Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp>
|
2020-07-07 15:02:07 +03:00 |
Nikita Salnikov-Tarnovski
|
3a4470f800
|
Server spans (#634)
* Milestone 1
* Netty 4.1 done
* Netty 4.0 done
* Netty 3.8 done
* All tests pass
* Test fix
* Last proper server tracers done
* Format fix
* Tests fixed
* Polish
* Polish
|
2020-07-07 13:48:51 +03:00 |
Nikita Salnikov-Tarnovski
|
bfd7f4428d
|
Propagate full Context while processing http server requests (#573)
* Propagate full Context while processing http server requests
|
2020-06-26 20:13:12 +03:00 |
Anuraag Agrawal
|
874b157fe5
|
Newline between license and package. (#581)
|
2020-06-25 13:31:16 -07:00 |
Trask Stalnaker
|
4a26bd3ce7
|
Simplify setting of user.principal attribute (#509)
|
2020-06-13 12:11:03 +03:00 |
Trask Stalnaker
|
4b665dcbe2
|
Changed instrumentation tracer" TRACER.startSpan() to never return `null` (#499)
|
2020-06-12 16:15:38 -07:00 |
Tyler Benson
|
1b29184e7c
|
Make rootDir usage consistent (DataDog/dd-trace-java#1518)
|
2020-06-11 10:14:02 -07:00 |
Nikita Salnikov-Tarnovski
|
357fb6e989
|
Deduplicate servlets (#469)
* Servlet instrumentations unified
* Grizzly migrated
* Fix tests after merge
* Polish and fix tests
* Polish and fix tests
* Muzzle fixes
* Muzzle fixes
* Muzzle fixes
* Test fixes
* One more check fixed
* Stop using SpanWithScope
* Test fix
* Compilation fix
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update agent-bootstrap/src/main/java/io/opentelemetry/auto/bootstrap/instrumentation/decorator/HttpServerTracer.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Polish
* Tracer does not manage scope anymore
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-06-08 10:49:58 +03:00 |