func init() { metadata.AddMetricMeta( "bosun.alerts.current_severity", metadata.Gauge, metadata.Alert, "The number of open alerts by current severity.") metadata.AddMetricMeta( "bosun.alerts.last_abnormal_severity", metadata.Gauge, metadata.Alert, "The number of open alerts by last abnormal severity.") metadata.AddMetricMeta( "bosun.alerts.acknowledgement_status", metadata.Gauge, metadata.Alert, "The number of open alerts by acknowledgement status.") metadata.AddMetricMeta( "bosun.alerts.active_status", metadata.Gauge, metadata.Alert, "The number of open alerts by active status.") collect.AggregateMeta("bosun.template.render", metadata.MilliSecond, "The amount of time it takes to render the specified alert template.") }
func init() { metadata.AddMetricMeta( "bosun.alerts.current_severity", metadata.Gauge, metadata.Alert, "The number of open alerts by current severity.") metadata.AddMetricMeta( "bosun.alerts.last_abnormal_severity", metadata.Gauge, metadata.Alert, "The number of open alerts by last abnormal severity.") metadata.AddMetricMeta( "bosun.alerts.acknowledgement_status", metadata.Gauge, metadata.Alert, "The number of open alerts by acknowledgement status.") metadata.AddMetricMeta( "bosun.alerts.active_status", metadata.Gauge, metadata.Alert, "The number of open alerts by active status.") metadata.AddMetricMeta("alerts.acknowledgement_status_by_notification", metadata.Gauge, metadata.Alert, "The number of alerts by acknowledgement status and notification. Does not reflect escalation chains.") metadata.AddMetricMeta("alerts.oldest_unacked_by_notification", metadata.Gauge, metadata.Second, "How old the oldest unacknowledged notification is by notification.. Does not reflect escalation chains.") collect.AggregateMeta("bosun.template.render", metadata.MilliSecond, "The amount of time it takes to render the specified alert template.") }
func init() { collect.AggregateMeta("bosun.redis", metadata.MilliSecond, "time in milliseconds per redis call.") }