8 lines
333 B
Go
8 lines
333 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package contrib is a collection of extensions for the opentelemetry-go
|
|
// project. It provides 3rd parth resource detectors, propagators, samplers,
|
|
// bridges, and instrumentation as submodules.
|
|
package contrib // import "go.opentelemetry.io/contrib"
|