Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ data class Monitor(
val MONITOR_TYPE_PATTERN = Pattern.compile("[a-zA-Z0-9_]{5,25}")

// hard, nonadjustable limits for PPL Alerting
const val ALERTING_MAX_NAME_LENGTH = 30 // max length of any name for monitors, triggers, notif actions, etc
const val ALERTING_MAX_NAME_LENGTH = 100 // max length of any name for monitors, triggers, notif actions, etc
const val UUID_LENGTH = 20 // the length of a UUID generated by UUIDs.base64UUID()

// This is defined here instead of in ScheduledJob to avoid having the ScheduledJob class know about all
Expand Down
Loading