Skip to content

Commit

Permalink
feat: alert tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Oct 7, 2024
1 parent b7a4b94 commit b7fc609
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,16 @@
},
"actions": [
{
"$$OMIT": "<%= environment !== 'production' ? 'true' : 'false' %>",
"id": "<%= idgen('action-prod-spar-sns') %>",
"name": "notify",
"destination_id": "epsilon-normal-sns",
"message_template": {
"source": "High http.response.status_code count between {{ctx.periodStart}} and {{ctx.periodEnd}}",
"source": "High http.response.status_code count between {{ctx.periodStart}} and {{ctx.periodEnd}} in <%= environment %>.",
"lang": "mustache"
},
"throttle_enabled": true,
"subject_template": {
"source": "SPAR: http.response.status_code alert",
"source": "SPAR: http.response.status_code alert (<%= environment %>)",
"lang": "mustache"
},
"throttle": {
Expand Down

0 comments on commit b7fc609

Please sign in to comment.