This repository was archived by the owner on Jun 16, 2025. It is now read-only.
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
exporters: perhaps make all default transport AsyncTransport instead of SyncTransport #522
Open
Description
Coming here from something that bit me the first time that I used OpenCensus-Python, I encountered #163 which turned out to be the result of us using by default SyncTransport for an exporter.
Some months ago @liyanhui1228 and I discussed this and came to a consensus that perhaps we should always default to using AsyncTransport. SyncTransport makes for a bad user experience.