opentelemetry-java/api
Bogdan Drutu 185d10e395
Serialize the entire trace flags not only the sample bit (#1774)
* Serialize the entire trace flags not only the sample bit

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

* Add test for more than just sampling bit in the context

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

* Update api/src/test/java/io/opentelemetry/trace/propagation/HttpTraceContextTest.java

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2020-10-23 13:33:41 +09:00
..
src Serialize the entire trace flags not only the sample bit (#1774) 2020-10-23 13:33:41 +09:00
README.md Switch to java 8 (#1665) 2020-09-19 11:28:13 +09:00
build.gradle Switch to java 8 (#1665) 2020-09-19 11:28:13 +09:00

README.md

OpenTelemetry API

Javadocs

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