[][src]Type Definition newrelic_sys::newrelic_custom_event_t

type newrelic_custom_event_t = _newrelic_custom_event_t;

@brief A Custom Event. The C SDK provides a Custom Events API that allows one to send custom events to New Relic Insights. To send an event, start a transaction and use the newrelic_create_custom_event() and newrelic_record_custom_event() functions. Examples of sending custom events are available in the examples directory.