compose/internal/tracing
Sebastiaan van Stijn 5165b0f814 internal/tracing: replace go-multierror.Group with sync.WaitGroup
The go-multierror Group is just a shallow wrapper around sync.WaitGroup;
https://github.com/hashicorp/go-multierror/blob/v1.1.1/group.go#L5-L38

This patch replaces the go-multierror.Group for a sync.WaitGroup (we
probably don't need to limit concurrency for this one) and stdlib multi-
errors.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-25 11:22:25 +02:00
..
attributes.go add info about models usage to OpenTelemetry spans 2025-07-24 16:01:28 +02:00
attributes_test.go feat(tracing): add project hash attr 2024-02-08 15:47:25 +01:00
docker_context.go bump google.golang.org/grpc to v1.67.1 2024-10-29 12:07:34 +01:00
errors.go trace: add OTEL initialization (#10526) 2023-06-08 16:46:07 -04:00
keyboard_metrics.go (reactoring) avoid a global variable by introducing logConsumer decorator 2025-07-01 12:29:05 +02:00
mux.go internal/tracing: replace go-multierror.Group with sync.WaitGroup 2025-08-25 11:22:25 +02:00
tracing.go bump buildkit to v0.14.0 and buildx to v0.15.0 2024-06-18 10:52:41 +02:00
tracing_test.go trace: add OTEL initialization (#10526) 2023-06-08 16:46:07 -04:00
wrap.go fix opentelemetry 2024-05-23 15:58:24 +02:00