Metrics Notifications (afm_metric_notify)

This table enables you to assign notification templates to metrics. The relationship between notification templates and metric names is many-to-many.

Field Name Title Type Size Default Allow Null? Comments/Other
metric_name Metric Name VARCHAR 64 N/A No Primary Key 1
Foreign key to afm_metric_definitions.metric_name
template_id Notification Template Code VARCHAR 32 N/A No Primary Key 2
Foreign key to notify_templates.template_id

This table has a composed primary key: metric_name + template_id