opentelemetry-java/api/all
Bogdan Drutu 55e96b3e87
Do not throw exception if byte array too short for fromBytes (#2868)
* Do not throw exception if byte array too short for fromBytes

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Update api/all/src/test/java/io/opentelemetry/api/trace/TraceIdTest.java

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2021-02-18 11:58:31 +09:00
..
src Do not throw exception if byte array too short for fromBytes (#2868) 2021-02-18 11:58:31 +09:00
README.md Move the semantic conventions generated code into its own module (#2423) 2021-01-06 08:25:17 -08:00
build.gradle.kts Migrate api / sdk projects to build.gradle.kts (#2609) 2021-01-29 10:10:40 -08:00

README.md

OpenTelemetry API

Javadocs

  • The code in this module is the implementation of stable OpenTelemetry signals.
  • Semantic Conventions for OpenTelemetry are in the opentelemetry-semconv module.
  • The default implementation of the interfaces in this module is in the OpenTelemetry SDK module.
  • The interfaces in this directory can be implemented to create alternative implementations of the OpenTelemetry library.

Running micro-benchmarks

From the root of the repo run ./gradlew clean :api:jmh to run all the benchmarks or run ./gradlew clean :api:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.