compose/internal
Milas Bowman d688d3bf22 fix(tracing): batch span exports to prevent blocking
This was a bad configuration (my fault) that meant each span was
exported synchronously, as it ended. That can cause weird behavior
such as stuttering/blocking.

There's really no reason to NOT use the batch processor, it's the
recommended way to configure it. In the future, it might make sense
to tune the intervals based on the fact that Compose is a CLI vs
a long-running server app, but we handle flushing out on exit
already, so it's not a huge deal.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-01-17 21:17:16 +01:00
..
locker add a copyright notice with original author 2023-11-02 11:16:35 +01:00
ocipush use custom config type for OCI v1.0 2023-12-05 18:08:38 +01:00
sync watch: remove requirements for tar binary and for sync target to be rw 2024-01-09 15:43:34 +01:00
tracing fix(tracing): batch span exports to prevent blocking 2024-01-17 21:17:16 +01:00
variables.go trace: add OTEL initialization (#10526) 2023-06-08 16:46:07 -04:00