Anuraag Agrawal
|
fbd4018e4b
|
Don't run latest deps test for servlet-common (#1051)
|
2020-08-19 14:55:09 +09:00 |
Anuraag Agrawal
|
bbfdbb39c0
|
Create abstraction for library dependencies for instrumentation. (#977)
* Create abstraction for library dependencies for instrumentation.
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-08-19 08:57:31 +09:00 |
Trask Stalnaker
|
7159d04b8d
|
Change groovy import order (#1013)
* Update docs
* Format all groovy code
* Organize imports
|
2020-08-15 23:19:27 -07:00 |
Trask Stalnaker
|
414213f2d1
|
Remove final from parameters (#1003)
|
2020-08-15 22:35:51 -07:00 |
Trask Stalnaker
|
f893ca540b
|
Scripted package renaming (#988)
|
2020-08-15 21:55:01 -07:00 |
Helen Y
|
bb235a0aa3
|
Update package name for tracers (#991)
|
2020-08-14 21:07:18 -07:00 |
Trask Stalnaker
|
f940b2d2de
|
Use OpenTelemetry.getTracer() shortcut (#965)
|
2020-08-14 07:11:06 +03:00 |
Trask Stalnaker
|
7818e33178
|
Package renaming (#970)
|
2020-08-13 20:14:46 -07:00 |
Trask Stalnaker
|
b5fbf90977
|
Extract instrumentation api module (#884)
|
2020-08-09 22:52:33 -07:00 |
Trask Stalnaker
|
5dc2ca350a
|
Update config property prefix from ota to otel (#841)
* Update config property prefix from ota to otel
* more
* format
* more
|
2020-07-31 08:29:29 +03:00 |
Anuraag Agrawal
|
f6594e1a67
|
Use Span.recordException for logging throwable (#813)
* Use Span.recordException
* Fix tests
* Cleanup
* Update instrumentation/jsp-2.3/src/test/groovy/JSPInstrumentationBasicTests.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Spotless (IntelliJ acts weird with groovy files for me :()
* Update for merge
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-07-28 14:44:42 +09:00 |
Nikita Salnikov-Tarnovski
|
fcf4319aac
|
Faster tests (#725)
🎉
|
2020-07-22 10:10:34 -07:00 |
Helen Y
|
86c438b154
|
Remove final from local variables (#732)
* Remove final from local variables
|
2020-07-20 13:53:34 +09:00 |
Anuraag Agrawal
|
d8355c672d
|
Docs for writing new instrumentation... (#652)
* Docs for writing new instrumentation
|
2020-07-19 14:21:19 +09:00 |
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 |