blob: e087c9c04d9c4cb74b19a8b14d2328fb6d7a137c [file] [log] [blame]
Abhay Kumara2ae5992025-11-10 14:02:24 +00001// 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.17.0 version of the OpenTelemetry specification.
9package semconv // import "go.opentelemetry.io/otel/semconv/v1.17.0"