Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion integrations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "datadog_integration_slack_channel" "pytorch-infra-alerts" {
# Create a new Datadog webhook

resource "datadog_webhook" "lf-incident-io" {
name = "lf-inceident-io"
name = "lf-incident-io"
url = "https://api.incident.io/v2/alert_events/datadog/01JKTRSFTE6H2SR4AFM4VGWZFN"
encode_as = "json"

Expand Down
5 changes: 5 additions & 0 deletions monitors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ resource "datadog_monitor" "ci_retry_deadletter" {
Verify that system is able to scale up EC2 instances by checking logs.

@webhook-lf-incident-io
@slack-PyTorch-pytorch-infra-alerts
@slack-Linux_Foundation-pytorch-alerts
MSG

type = "query alert"
Expand Down Expand Up @@ -51,5 +53,8 @@ anomalies(
EOT
message = <<EOT
The number of visible messages in `{{queuename.name}}` is outside of the typical range.
@slack-PyTorch-pytorch-infra-alerts
@slack-Linux_Foundation-pytorch-alerts
@webhook-lf-incident-io
EOT
}