Documentation ¶
Overview ¶
The trace package provides tracing functionality. Deprecated: this package has been deprecated. Use package trace/tracer instead.
Index ¶
- type NoopTracerdeprecated
- type NoopValidationTracerdeprecated
- type OpenTracingTracerdeprecated
- type TraceFieldFinishFuncdeprecated
- type TraceQueryFinishFuncdeprecated
- type TraceValidationFinishFuncdeprecated
- type Tracerdeprecated
- type ValidationTracerdeprecated
- type ValidationTracerContextdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopTracer
deprecated
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([]byte, *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 ValidationTracer
deprecated
type ValidationTracer = tracer.LegacyValidationTracer //nolint:staticcheck
Deprecated: use ValidationTracerContext.
type ValidationTracerContext
deprecated
added in
v0.0.7
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. |