mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-27 19:29:57 -04:00
d49e740821
Unit coverage for NewTelemetryClient: an unset OTEL_HOST yields ErrNotConfigured, and an unreachable collector returns within the dial timeout instead of hanging (a TCP-accepting, silent listener drives the WithBlock path). Also close the grpc.ClientConn on the exporter-creation error paths — a successful dial followed by a failed exporter New() previously leaked it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>