Versions in this module Expand all Collapse all v1 v1.5.0 Dec 19, 2022 v1.4.0 Apr 10, 2022 Changes in this version + type Tracer struct + Tracer oteltrace.Tracer + func DefaultTracer() *Tracer + func (t *Tracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, ...) (context.Context, func(*errors.QueryError)) + func (t *Tracer) TraceQuery(ctx context.Context, queryString string, operationName string, ...) (context.Context, func([]*errors.QueryError)) + func (t *Tracer) TraceValidation(ctx context.Context) func([]*errors.QueryError)