AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_custom_event_t Struct Reference

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_tdata
 

Detailed Description

AppDynamics Custom Event
Mandatory: type, summary and timestamp_ms Fields.

Field Documentation

◆ type

const char* type

Type of the event

◆ summary

const char* summary

Summary of the event

◆ timestamp_ms

int64_t timestamp_ms

Epoch Timestamp in milliseconds

◆ duration_ms

int duration_ms

Duration of the event in milliseconds

◆ data_count

int data_count

Count of additional data to be sent as part of custom event

◆ data

Additional data to be sent as part of custom event


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