Versions in this module Expand all Collapse all v1 v1.1.0 Oct 18, 2024 v1.0.0 Sep 28, 2024 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)