opentelemetry-java-contrib/noop-api
Trask Stalnaker 7febaa8168
Change link checking from markdown-link-check to lychee (#1570)
2024-12-20 12:37:28 -08:00
..
src Move noop-api from opentelemetry-java (#430) 2022-08-29 10:21:10 -05:00
README.md Change link checking from markdown-link-check to lychee (#1570) 2024-12-20 12:37:28 -08:00
build.gradle.kts Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00

README.md

OpenTelemetry Noop API

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.