1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/modules/datadog.md
2018-08-21 20:19:13 -04:00

1.3 KiB

title, date, draft, weight
title date draft weight
Datadog 2018-08-18T00:00:00Z false 160
newrelic screenshot

Connects to the Datadog API and displays alerting modules

Source Code

wtf/datadog/

Configuration

datadog:
  apiKey: "<yourapikey>"
  applicationKey: "<yourapplicationkey>"
  enabled: true
  position:
    top: 4
    left: 3
    height: 1
    width: 2
  monitors:
    tags:
      - "team:ops"

Attributes

apiKey
Value: Your Datadog API key.

applicationKey
The integer ID of the New Relic application you wish to report on.
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.