fabric

Package trc

The trc package supports distributed tracing with OpenTelemetry. It defines various Options that can be applied to the tracing span using the options pattern. This pattern is used in Go for expressing optional arguments.

For example:

con.StartSpan(ctx, "Job", trc.String("name", "my job"))