--- title: "Datadog" date: 2018-08-18T00:00:00Z draft: false weight: 60 --- Connects to the Datadog API and displays alerting modules. ## Source Code ```bash wtf/datadog/ ``` ## Configuration ```yaml datadog: apiKey: "" applicationKey: "" enabled: true monitors: tags: - "team:ops" position: top: 4 left: 3 height: 1 width: 2 ``` ### Attributes `apiKey`
Value: Your Datadog API key. `applicationKey`
Value: Your Datadog Application key. `monitors`
Configuration for the monitors functionality. `tags`
Array of tags you want to query monitors by. `enabled`
Determines whether or not this module is executed and if its data displayed onscreen.
Values: `true`, `false`. `position`
Defines where in the grid this module's widget will be displayed.
`refreshInterval`
How often, in seconds, this module will update its data.
Values: A positive integer, `0..n`.