opentelemetry-java/api/all
Łukasz Monkiewicz e8146020cc
Adds '+' character to allowed characters in baggage value (#4898)
* Adds '+' character to allowed characters in baggade value

* Formatting fix

* Adda BaggageCodec implementation

* Additional cleanup

* Removal of Nullable method parameters.

* Additional tests for baggage decoding
2022-11-10 12:13:31 -06:00
..
src Adds '+' character to allowed characters in baggage value (#4898) 2022-11-10 12:13:31 -06:00
README.md Single logger instance for invalid API call (#4073) 2022-01-12 13:16:09 +09:00
build.gradle.kts decommission the deprecated Gradle archivesBaseName property (#3878) 2021-11-15 10:55:08 -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.


Logging API mis-use

Define logging.level.io.opentelemetry.ApiUsageLogging=TRACE to enable TRACE logging for invalid API calls.