buildkit icon indicating copy to clipboard operation
buildkit copied to clipboard

Buildx will stall when buildkit is configured with OTel but the OTel endpoint isn't available

Open jsternberg opened this issue 6 months ago • 0 comments

Reproduction steps:

  • Start buildkit with OTEL_EXPORTER_OTLP_ENDPOINT set to something (or otherwise enable OTLP tracing in some way).
  • Have that endpoint not exist (service is not running(.
  • Run buildx to perform a build.

The build will stall at the end for approximately 20 seconds before it eventually exits.

jsternberg avatar Feb 02 '24 15:02 jsternberg