opentelemetry-java/api
Chris Burns e0989d75e7
Changes return type from List to Collection (#2156)
- changes the return type of the fields() method in TextMapPropagator from List<String> to Collection<String>
and updated all implementations for consistency
2020-11-30 14:26:24 -08:00
..
src Changes return type from List to Collection (#2156) 2020-11-30 14:26:24 -08:00
README.md Don't repeat Java 8 support among all the subproject READMEs and at top level, clarify that published artifacts are Java 8, but building requires additional instructions. (#2124) 2020-11-24 09:04:40 -08:00
build.gradle Update dependencies (#2115) 2020-11-21 09:39:27 -08:00

README.md

OpenTelemetry API

Javadocs

  • The abstract classes in this directory can be subclassed to create alternative implementations of the OpenTelemetry library.