opentelemetry-java-contrib/noop-api
Trask Stalnaker b014d622e4
Fix release (#440)
2022-09-19 13:00:10 -07:00
..
src Move noop-api from opentelemetry-java (#430) 2022-08-29 10:21:10 -05:00
README.md Move noop-api from opentelemetry-java (#430) 2022-08-29 10:21:10 -05:00
build.gradle.kts Fix release (#440) 2022-09-19 13:00:10 -07:00

README.md

OpenTelemetry Noop API

Javadocs

An implementation of OpenTelemetry that is completely no-op. Unlike OpenTelemetry#noop(), this implementation does not support in-process context propagation at all. This means that no objects are allocated nor {@link ThreadLocal}s used in an application using this implementation.

Component owners

Learn more about component owners in component_owners.yml.