mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-18 22:52:11 +01:00
12 lines
351 B
Go
12 lines
351 B
Go
|
// Copyright The OpenTelemetry Authors
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
package semconv // import "go.opentelemetry.io/collector/semconv/v1.6.1"
|
||
|
|
||
|
const (
|
||
|
OtelLibraryName = "otel.library.name"
|
||
|
OtelLibraryVersion = "otel.library.version"
|
||
|
OtelStatusCode = "otel.status_code"
|
||
|
OtelStatusDescription = "otel.status_description"
|
||
|
)
|