opentelemetry-java/api
John Watson d42d4cd9e2
Add a generic type for the key on the ImmutableKeyValuePairs. (#1619)
* Add a generic type for the key on the ImmutableKeyValuePairs.
This necessitated changing the `get` to `getValue` to avoid clashing with the java.util.Map interface.
Also introduced convenience sub-interfaces for consuming labels and attributes, so consumers don't have to worry about the types if they don't want to.

* Add some javadoc to the new interfaces.

* Make AttributesMap not extend map, and restore the get method name for Attributes.

* make ImmutableKeyValuePairs also have a parameterized key type
2020-09-08 19:18:58 -07:00
..
src Add a generic type for the key on the ImmutableKeyValuePairs. (#1619) 2020-09-08 19:18:58 -07:00
README.md Update android API text (#1544) 2020-08-17 07:53:34 -07:00
build.gradle More gradle cleanups (#910) 2020-02-24 09:58:04 -08:00

README.md

OpenTelemetry API

Javadocs

  • Java 7 and Android API Level 14 compatible.
  • The abstract classes in this directory can be subclassed to create alternative implementations of the OpenTelemetry library.