type go.opentelemetry.io/otel/api/trace.ErrorOption
5 uses
go.opentelemetry.io/otel/api/trace (current package)
api.go#L81: type ErrorOption func(*ErrorConfig)
api.go#L84: func WithErrorTime(t time.Time) ErrorOption {
api.go#L91: func WithErrorStatus(s codes.Code) ErrorOption {
api.go#L115: RecordError(ctx context.Context, err error, opts ...ErrorOption)
noop_span.go#L61: func (NoopSpan) RecordError(ctx context.Context, err error, opts ...ErrorOption) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |