1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-27 22:49:15 +02:00

Generate the semconv/v1.37.0 packages (#7254)

Resolve #7252
This commit is contained in:
Tyler Yahn
2025-08-27 04:24:07 -07:00
committed by GitHub
parent 37320e732f
commit 3342341f15
27 changed files with 48450 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
package semconv // import "go.opentelemetry.io/otel/semconv/v1.37.0"
const (
// ExceptionEventName is the name of the Span event representing an exception.
ExceptionEventName = "exception"
)