Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + func Export(ctx context.Context, ev Event) context.Context + func ExportPair(ctx context.Context, begin, end Event) (context.Context, func()) + func Log1(ctx context.Context, message string, t1 label.Label) + func Log2(ctx context.Context, message string, t1 label.Label, t2 label.Label) + func Metric1(ctx context.Context, t1 label.Label) context.Context + func Metric2(ctx context.Context, t1, t2 label.Label) context.Context + func SetExporter(e Exporter) + func Start1(ctx context.Context, name string, t1 label.Label) (context.Context, func()) + func Start2(ctx context.Context, name string, t1, t2 label.Label) (context.Context, func()) + type Event struct + func CloneEvent(ev Event, at time.Time) Event + func MakeEvent(static [3]label.Label, labels []label.Label) Event + func (ev Event) At() time.Time + func (ev Event) Find(key label.Key) label.Label + func (ev Event) Format(f fmt.State, r rune) + func (ev Event) Label(index int) label.Label + func (ev Event) Valid(index int) bool + type Exporter func(context.Context, Event, label.Map) context.Context