1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-25 22:41:46 +02:00
This commit is contained in:
Vladimir Mihailenco
2020-05-15 09:32:33 +03:00
parent 8885bc404d
commit 88d9ad0ba8

View File

@@ -216,6 +216,7 @@ loop:
exportSpans() exportSpans()
} }
case <-timer.C: case <-timer.C:
//TODO: use error callback - see issue #174
log.Println("bsp.enqueueWait timeout") log.Println("bsp.enqueueWait timeout")
exportSpans() exportSpans()
return return