mirror of https://github.com/docker/cli.git
10 lines
429 B
Go
10 lines
429 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package semconv implements OpenTelemetry semantic conventions.
|
|
//
|
|
// OpenTelemetry semantic conventions are agreed standardized naming
|
|
// patterns for OpenTelemetry things. This package represents the conventions
|
|
// as of the v1.20.0 version of the OpenTelemetry specification.
|
|
package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
|