1The instrumentation Registry contains information about available 2instrumentation, facilitates discovery, installation, and configuration. 3 4The Registry allows for instrumentation to avoid depending directly on a 5specific SDK implementation. 6 7The SDK depends on the Registry, the instrumentation Base class depends on the 8Registry, and auto instrumentation libraries extend the instrumentation Base 9class. 10 11The motivation for decoupling the Registry (and by extension the 12instrumentation) from a specific SDK implementation means that anyone can 13implement their own OpenTelemetry API compatible SDK, and they could continue to 14use community made instrumentation. 15