15 lines
378 B
Go
15 lines
378 B
Go
// Copyright The OpenTelemetry Authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package semconv // import "go.opentelemetry.io/collector/semconv/v1.5.0"
|
|
|
|
const (
|
|
InstrumentationLibraryName = "otel.library.name"
|
|
InstrumentationLibraryVersion = "otel.library.version"
|
|
)
|
|
|
|
const (
|
|
OtelStatusCode = "otel.status_code"
|
|
OtelStatusDescription = "otel.status_description"
|
|
)
|