You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
Generate semconv/v1.27.0 (#5894)
This is the last version of semantic conventions we can generate using the existing tooling. The next version will require resolution of https://github.com/open-telemetry/opentelemetry-go/issues/5668. [Semantic Conventions v1.27.0 Release](https://github.com/open-telemetry/semantic-conventions/releases/tag/v1.27.0) Resolve https://github.com/open-telemetry/opentelemetry-go/issues/5475
This commit is contained in:
9
semconv/v1.27.0/exception.go
Normal file
9
semconv/v1.27.0/exception.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright The OpenTelemetry Authors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package semconv // import "go.opentelemetry.io/otel/semconv/v1.27.0"
|
||||
|
||||
const (
|
||||
// ExceptionEventName is the name of the Span event representing an exception.
|
||||
ExceptionEventName = "exception"
|
||||
)
|
||||
Reference in New Issue
Block a user