opentelemetry-java/sdk_contrib/testbed
John Watson d7f6d5a641
Extract SpanData to an interface (#1218)
* Extract SpanData to an interface.

* Move the inner link and event classes to the top level and rename for consistency.

* clean up a few errant references to the impl

* use the right annotation

* move the Link and Event back into the SpanData and give them simple names.
2020-05-14 18:10:38 -07:00
..
src/test/java/io/opentelemetry/sdk/contrib/trace/testbed Extract SpanData to an interface (#1218) 2020-05-14 18:10:38 -07:00
README.md Copy testbed for OpenTelemetry API (#513) 2019-08-26 11:09:16 -07:00
build.gradle More gradle cleanups (#910) 2020-02-24 09:58:04 -08:00

README.md

OpenTelemetry SDK Testbed

Testbed for OpenTelemetry API and SDK.

  • Java 8 compatible.