blob: f2cdf3c6518c95e097e966e3f94bcc54f97784cc [file] [log] [blame]
Abhay Kumara2ae5992025-11-10 14:02:24 +00001// Copyright The OpenTelemetry Authors
2// SPDX-License-Identifier: Apache-2.0
3
4package instrumentation // import "go.opentelemetry.io/otel/sdk/instrumentation"
5
6// Library represents the instrumentation library.
7//
8// Deprecated: use [Scope] instead.
9type Library = Scope