doc.go raw

   1  // Copyright The OpenTelemetry Authors
   2  // SPDX-License-Identifier: Apache-2.0
   3  
   4  // Package semconv implements OpenTelemetry semantic conventions.
   5  //
   6  // OpenTelemetry semantic conventions are agreed standardized naming
   7  // patterns for OpenTelemetry things. This package represents the conventions
   8  // as of the v1.20.0 version of the OpenTelemetry specification.
   9  package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
  10