| // 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.17.0 version of the OpenTelemetry specification. | |
| package semconv // import "go.opentelemetry.io/otel/semconv/v1.17.0" |