https://docs.datadoghq.com/ja/synthetics/
https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/synthetics_test
- synthetics_test.tf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
resource "datadog_synthetics_test" "health_check" { name = "Test on hoge.me" type = "api" subtype = "http" request_definition { method = "GET" url = "https://hoge.me" } locations = ["aws:ap-northeast-1"] assertion { type = "responseTime" operator = "lessThan" target = "1000" } assertion { type = "statusCode" operator = "is" target = "200" } assertion { type = "header" property = "content-type" operator = "is" target = "text/html" } options_list { accept_self_signed = false allow_insecure = false check_certificate_revocation = false follow_redirects = false http_version = "any" min_failure_duration = 0 min_location_failed = 1 monitor_name = "[Synthetics] hoge-monitor" monitor_priority = 3 no_screenshot = false tick_every = 300 retry { count = 3 interval = 1000 # ms } monitor_options { renotify_interval = 0 } } message = <<-EOT @slack-hoge-alert {{#is_alert}} @slack-hoge-alert {{/is_alert}} {{#is_recovery}} @slack-hoge-alert {{/is_recovery}} EOT tags = [ "product:hoge", "env:${var.environment}" ] status = "live" } |
SlackはIntegrationで連携した後に、招待したいチャンネルで以下を実行することを忘れずに!
1 |
/invite @Datadog |
Was this helpful?
1 / 0
1989年生まれのFindy/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWSでのインフラ構築、Docker開発環境の提供、IaC、新技術の検証、リファクタリング、セキュリティ強化、分析基盤の運用などを担当している。個人事業主では数社サーバー保守とベンチャー企業のSREインフラコンサルティングやMENTA/TechBullで未経験者にインフラのコーチング/コミュニティマネージャーとして立ち上げと運営をしている。また、過去「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。