Private
_dataPrivate
Readonly
_diagnosticPrivate
Readonly
_idPrivate
Readonly
_platformPrivate
Readonly
_startPrivate
_streamCreates a periodic event containing time-dependent stats, and resets the state of the manager with regard to those stats.
Note: the reason droppedEvents, deduplicatedUsers, and eventsInLastBatch are passed into this function, instead of being properties of the DiagnosticsManager, is that the event processor is the one who's calling this function and is also the one who's tracking those stats.
Records a stream connection attempt (called by the stream processor).
Time of the beginning of the connection attempt.
True if the connection failed, or we got a read timeout before receiving a "put".
Elapsed time between starting timestamp and when we either gave up/lost the connection or received a successful "put".
Generated using TypeDoc
Creates the initial event that is sent by the event processor when the SDK starts up. This will not be repeated during the lifetime of the SDK client.