doc.go raw

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