blob: 5debe90bbb1b75318a8cf177b188b0aa8a705eb8 [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001// 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"