datadog_timeboard

    0

    0

    lucycodes42

    Terraform snippets

    Shortcut: tf_datadog_timeboard

    resource "datadog_timeboard" "${myResourceName}" {
       name = "my-${myResourceName}"
       description = "my-description-${myResourceName}"
       title = "Redis Timeboard (created via Terraform)"
       read_only = true
    
       graph {
           title = "Redis latency (ms)"
           viz = "timeseries"
           request {
               q = "avg:redis.info.latency_ms{$host}"
               type = "bars"
           }
       }
    
       template_variable {
           name = "host"
           prefix = "host"
       }
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.