Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func AddMetricsLabel(ctx context.Context, name, value string) + func CallCounter(ctx context.Context) api.CallCounter + func CallerPID(ctx context.Context) int + func Logger(ctx context.Context) logrus.FieldLogger + func Names(ctx context.Context) (api.Names, bool) + func WithCallCounter(ctx context.Context, counter api.CallCounter) context.Context + func WithCallerPID(ctx context.Context, pid int) context.Context + func WithLogger(ctx context.Context, log logrus.FieldLogger) context.Context + func WithNames(ctx context.Context, names api.Names) context.Context