opentelemetry-java/sdk_extensions/testbed
John Watson f1f5975d5c
Introduce an ReadableAttributes interface, with 2 implementations (#1336)
* Introduce an Attributes interface and have ImmutableAttributes and the AttributesMap implement it.

* make the attribute limiting a little clearer.

* tiny javadoc fix

* Rework to restore the Attributes class, and introduce a ReadableAttributes interface

* polish the javadoc a bit

* fix some broken javadoc

* revert example change; revert test name change

* javadoc de-escalation

* fix bad merge
2020-06-17 09:29:52 -07:00
..
src/test/java/io/opentelemetry/sdk/extensions/trace/testbed Introduce an ReadableAttributes interface, with 2 implementations (#1336) 2020-06-17 09:29:52 -07:00
README.md Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02:00
build.gradle Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02:00

README.md

OpenTelemetry SDK Testbed

Testbed for OpenTelemetry API and SDK.

  • Java 8 compatible.