opentelemetry-java-instrume.../dd-java-agent
Tyler Benson fa80fee15d Refactor JAX-RS Annotation and Spring Controller/Handler Instrumentation
For spring:
* Move more logic to the decorator.
* Use a fixed operation name, but set the resource name.
* Rename the root span instead of the parent span (If there are other spans in between this could make a difference.)  Not sure what impact this would have if multiple controllers are called (ie, forward/include).

For Jax-rs:
* Rename the root span instead of the parent span (same concern as above with spring)
2019-10-25 10:19:25 -07:00
..
agent-bootstrap Refactor JAX-RS Annotation and Spring Controller/Handler Instrumentation 2019-10-25 10:19:25 -07:00
agent-jmxfetch Upgrade Jackson to 2.10.0 2019-10-09 12:04:45 +02:00
agent-tooling Refactor JAX-RS Annotation and Spring Controller/Handler Instrumentation 2019-10-25 10:19:25 -07:00
benchmark Upgradle gradle 2019-04-03 12:56:15 -04:00
benchmark-integration Change shell script to work with play 2018-12-14 11:19:17 -05:00
instrumentation Refactor JAX-RS Annotation and Spring Controller/Handler Instrumentation 2019-10-25 10:19:25 -07:00
src Reduce tracer log line length - make name nicer 2019-10-18 17:01:26 -07:00
testing Switch to new Tags class in testing module 2019-10-24 21:05:01 -07:00
README.md Update documentation (#67) 2017-07-27 21:08:35 +02:00
dd-java-agent.gradle Rename license file 2019-10-07 11:48:59 -04:00

README.md

Datadog Java Agent for APM