Different categories of events supported, within the SignalFx Event API.
Example
const registry = new SignalFxSelfReportingMetricsRegistry(...); registry.sendEvent('uncaughtException', SignalFxEventCategories.ALERT);
Members
-
<static> ALERT :SignalFxEventCategoryId
-
Output by anomaly detectors
Type:
-
<static> AUDIT :SignalFxEventCategoryId
-
Audit trail events
Type:
-
<static> COLLECTD :SignalFxEventCategoryId
-
Event originated within collectd
Type:
-
<static> EXCEPTION :SignalFxEventCategoryId
-
Created by exception appenders to denote exceptional events
Type:
-
<static> JOB :SignalFxEventCategoryId
-
Generated by analytics server
Type:
-
<static> SERVICE_DISCOVERY :SignalFxEventCategoryId
-
Service discovery event
Type:
-
<static> USER_DEFINED :SignalFxEventCategoryId
-
Created by user via UI or API, e.g. a deployment event
Type: