CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
A structure that is used to hold statistics gathering configuration data. More...
#include <cdi_core_api.h>
Data Fields | |
uint32_t | stats_period_seconds |
How often to gather statistics and make available through the user-registered statistics callback function (see stats_cb_ptr). Statistics will also be sent directly to a CloudWatch Endpoint, if enabled (see CdiCoreConfigData.cloudwatch_config_ptr). | |
bool | disable_cloudwatch_stats |
If CloudWatch has been configured, use this value to disable/enable sending statistics to it. | |
A structure that is used to hold statistics gathering configuration data.