exception.go 273 B

123456789
  1. // Copyright The OpenTelemetry Authors
  2. // SPDX-License-Identifier: Apache-2.0
  3. package semconv // import "go.opentelemetry.io/otel/semconv/v1.37.0"
  4. const (
  5. // ExceptionEventName is the name of the Span event representing an exception.
  6. ExceptionEventName = "exception"
  7. )