| Abhay Kumar | a61c522 | 2025-11-10 07:32:50 +0000 | [diff] [blame^] | 1 | // Copyright The OpenTelemetry Authors |
| 2 | // SPDX-License-Identifier: Apache-2.0 | ||||
| 3 | |||||
| 4 | package instrumentation // import "go.opentelemetry.io/otel/sdk/instrumentation" | ||||
| 5 | |||||
| 6 | // Library represents the instrumentation library. | ||||
| 7 | // | ||||
| 8 | // Deprecated: use [Scope] instead. | ||||
| 9 | type Library = Scope | ||||