doc.go 306 B

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