Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 703 Bytes

File metadata and controls

13 lines (8 loc) · 703 Bytes

OpenTelemetry Noop API

Maven

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.