blob: f4d1857c4f42f6bf02a2ec9a6a377d3251bf5d03 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
package instrumentation // import "go.opentelemetry.io/otel/sdk/instrumentation"
// Library represents the instrumentation library.
// Deprecated: please use Scope instead.
type Library = Scope
|