doc.go

1// Copyright The OpenTelemetry Authors
2// SPDX-License-Identifier: Apache-2.0
3
4/*
5Package telemetry provides a lightweight representations of OpenTelemetry
6telemetry that is compatible with the OTLP JSON protobuf encoding.
7*/
8package telemetry // import "go.opentelemetry.io/otel/trace/internal/telemetry"