Module: SignalFxEventCategories

Different categories of events supported, within the SignalFx Event API.

Source:

Example

const registry = new SignalFxSelfReportingMetricsRegistry(...);
registry.sendEvent('uncaughtException', SignalFxEventCategories.ALERT);

Members


<static> ALERT :SignalFxEventCategoryId

Output by anomaly detectors

Type:
Source:

<static> AUDIT :SignalFxEventCategoryId

Audit trail events

Type:
Source:

<static> COLLECTD :SignalFxEventCategoryId

Event originated within collectd

Type:
Source:

<static> EXCEPTION :SignalFxEventCategoryId

Created by exception appenders to denote exceptional events

Type:
Source:

<static> JOB :SignalFxEventCategoryId

Generated by analytics server

Type:
Source:

<static> SERVICE_DISCOVERY :SignalFxEventCategoryId

Service discovery event

Type:
Source:

<static> USER_DEFINED :SignalFxEventCategoryId

Created by user via UI or API, e.g. a deployment event

Type:
Source: