mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-13 13:48:28 +02:00
9 lines
274 B
Go
9 lines
274 B
Go
// 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
|