# Functions
No description provided by the author
No description provided by the author
Instantiates a cloud client and starts its main goroutine.
# Constants
How long to wait between heartbeat requests.
How long to wait after a failed long poll before trying again.
The number of events to buffer in the event channel in the daemon's main goroutine.
The number of events to buffer for any given trace before dropping incoming events.
# Structs
Provides details on the processing status of trace events.
A response to a TraceEventRequest.
# Interfaces
An event that is handled by the main goroutine for the cloud client.
# Type aliases
No description provided by the author