AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics Custom Event
Mandatory: type, summary and timestamp_ms Fields.
More...
#include <appd_iot_def.h>
Data Fields | |
const char * | type |
const char * | summary |
int64_t | timestamp_ms |
int | duration_ms |
int | data_count |
appd_iot_data_t * | data |
AppDynamics Custom Event
Mandatory: type, summary and timestamp_ms Fields.
const char* type |
Type of the event
const char* summary |
Summary of the event
int64_t timestamp_ms |
Epoch Timestamp in milliseconds
int duration_ms |
Duration of the event in milliseconds
int data_count |
Count of additional data to be sent as part of custom event
appd_iot_data_t* data |
Additional data to be sent as part of custom event