CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiCloudWatchConfigData Struct Reference

A structure that is used to hold statistics gathering configuration data that is specific to CloudWatch. More...

#include <cdi_core_api.h>

Data Fields

const char * namespace_str
 Pointer to a string that defines the CloudWatch namespace used to hold metrics generated by CDI. If NULL is used, then the string defined by CLOUDWATCH_DEFAULT_NAMESPACE_STRING is used.
 
const char * region_str
 Pointer to a string that defines the EC2 region where the CloudWatch container is located. If NULL, the region where CDI is running will be used.
 
const char * dimension_domain_str
 Pointer to a string that defines a dimension called "Domain" that is associated with each metric. This value is required and cannot be NULL.
 

Detailed Description

A structure that is used to hold statistics gathering configuration data that is specific to CloudWatch.

NOTE: For periods ((see CdiStatsConfigData.stats_period_seconds) less than 60 seconds, high resolution storage for metrics will be enabled. This means metrics are stored at 1-second resolution. If false, metrics are stored at 1-minute resolution (CloudWatch default value).


The documentation for this struct was generated from the following file: