mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
9 lines
429 B
Go
9 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.17.0 version of the OpenTelemetry specification.
|
|
package semconv // import "go.opentelemetry.io/otel/semconv/v1.17.0"
|