Skip to content

Commit

Permalink
ci(gocd): Add service queue alerts to soak time
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Sep 20, 2024
1 parent d8e6bbc commit ec4f056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/pops.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local soak_time(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the soak time
DATADOG_MONITOR_IDS: '27804625 22634395',
DATADOG_MONITOR_IDS: '27804625 22634395 154096667 154096672',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: if region == 's4s' then '1513938:sentry-for-sentry:relay' else '9:pop-relay:relay-pop 4:relay:relay',
SENTRY_SINGLE_TENANT: if region == 's4s' then 'true' else 'false',
Expand Down Expand Up @@ -84,7 +84,7 @@ local deploy_pop_canary_job(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the canary deployment
DATADOG_MONITOR_IDS: '27804625 22634395',
DATADOG_MONITOR_IDS: '27804625 22634395 154096667 154096672',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: '9:pop-relay:relay-pop 4:relay:relay',
SENTRY_SINGLE_TENANT: 'false',
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/processing.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local soak_time(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the soak time
DATADOG_MONITOR_IDS: '14146876',
DATADOG_MONITOR_IDS: '14146876 154096671 154096678',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: if region == 's4s' then '1513938:sentry-for-sentry:relay' else '4:relay:relay 9:pop-relay:relay-pop',
SENTRY_SINGLE_TENANT: if region == 's4s' then 'true' else 'false',
Expand Down Expand Up @@ -79,7 +79,7 @@ local deploy_canary(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the canary deployment
DATADOG_MONITOR_IDS: '14146876',
DATADOG_MONITOR_IDS: '14146876 154096671',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: '4:relay:relay 9:pop-relay:relay-pop',
SENTRY_SINGLE_TENANT: 'false',
Expand Down

0 comments on commit ec4f056

Please sign in to comment.