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
9 changes: 6 additions & 3 deletions gocd/templates/pipelines/processing.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ local gocdtasks = import 'github.com/getsentry/gocd-jsonnet/libs/gocd-tasks.libs

// List of datadog monitors to check during the canary and soak stages in the different regions
local datadog_monitors = {
// (The Number of Pending Projects is High), (Service Queues are Backlogging), (CrashLoopBackoff Count is High)
us: '14146876 154096671 237862997',
// (The Number of Pending Projects is High)
// (The Number of Pending Projects is High), (Service Queues are Backlogging), (CrashLoopBackoff Count is High), (Canary Traffic is Low or Missing)
us: '14146876 154096671 237862997 307281718',
// (The Number of Pending Projects is High), (Canary Traffic is Low or Missing)
de: '14146876 307281733',
us2: '14146876 307281731',
s4s2: '14146876 307281734',
default: '14146876',
};

Expand Down
Loading