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