trace

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2022 License: BSD-2-Clause Imports: 4 Imported by: 57

Documentation

Overview

The trace package provides tracing functionality. Deprecated: this package has been deprecated. Use package trace/tracer instead.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoopTracer deprecated

type NoopTracer = noop.Tracer

Deprecated: this type has been deprecated. Use noop.Tracer instead.

type NoopValidationTracer deprecated

type NoopValidationTracer = tracer.LegacyNoopValidationTracer //nolint:staticcheck

Deprecated: use a tracer that implements ValidationTracerContext.

type OpenTracingTracer deprecated

type OpenTracingTracer = opentracing.Tracer

Deprecated: this type has been deprecated. Use opentracing.Tracer instead.

type TraceFieldFinishFunc deprecated

type TraceFieldFinishFunc = func(*errors.QueryError)

Deprecated: this type has been deprecated. Use tarcer.FieldFinishFunc instead.

type TraceQueryFinishFunc deprecated

type TraceQueryFinishFunc = func([]*errors.QueryError)

Deprecated: this type has been deprecated. Use tracer.QueryFinishFunc instead.

type TraceValidationFinishFunc deprecated

type TraceValidationFinishFunc = func([]*errors.QueryError)

Deprecated: this type has been deprecated. Use tracer.ValidationFinishFunc instead.

type Tracer deprecated

type Tracer = tracer.Tracer

Deprecated: this interface has been deprecated. Use tracer.Tracer instead.

type ValidationTracer deprecated

type ValidationTracer = tracer.LegacyValidationTracer //nolint:staticcheck

Deprecated: use ValidationTracerContext.

type ValidationTracerContext deprecated

type ValidationTracerContext = tracer.ValidationTracer

Deprecated: this type has been deprecated. Use tracer.ValidationTracer instead.

Directories

Path Synopsis
Package noop defines a no-op tracer implementation.
Package noop defines a no-op tracer implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL