gotosocial/vendor/go.opentelemetry.io/otel/semconv/v1.20.0/exception.go

10 lines
273 B
Go
Raw Normal View History

2023-05-09 18:19:48 +01:00
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
2023-05-09 18:19:48 +01:00
package semconv // import "go.opentelemetry.io/otel/semconv/v1.20.0"
2023-05-09 18:19:48 +01:00
const (
// ExceptionEventName is the name of the Span event representing an exception.
ExceptionEventName = "exception"
)