Skip to content

Files

Latest commit

6453d87 · Feb 2, 2023

History

History
This branch is 853 commits behind open-telemetry/opentelemetry-java-contrib:main.

noop-api

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.