package
0.33.0
Repository: https://github.com/target/goalert.git
Documentation: pkg.go.dev

# Constants

select count(id) from alerts where status = 'triggered' or status = 'active'.
select count(id) from alerts where status = 'closed'.
select count(id) from user_contact_methods group by user_id order by count desc limit 1.
select count(id) from escalation_policies.
select count(id) from escalation_policy_actions group by escalation_policy_step_id order by count desc limit 1.
select count(id) from escalation_policy_steps group by escalation_policy_id order by count desc limit 1.
select count(*) from heartbeat_monitors group by service_id order by count desc limit 1.
select count(id) from integration_keys group by service_id order by count desc limit 1.
select count(distinct value) from labels group by key order by count desc limit 1.
Default values for data generation.
select count(id) from user_notification_rules group by user_id,contact_method_id order by count desc limit 1.
select count(id) from user_notification_rules group by user_id order by count desc limit 1.
select count(id) from rotations.
select count(id) from rotation_participants group by rotation_id order by count desc limit 1.
select count(id) from schedules.
select count(*) from user_overrides where end_time > now() group by tgt_schedule_id order by count desc limit 1.
select count(id) from schedule_rules group by schedule_id order by count desc limit 1.
select count(id) from services.
select count(*) from labels group by tgt_service_id order by count desc limit 1.
select count(distinct key) from labels.
select count(id) from users.
select count(*) from user_favorites group by user_id order by count desc limit 1).

# Structs

No description provided by the author
No description provided by the author