0.2.4 • Published 11 years ago
hubot-datadog v0.2.4
Hubot Datadog
Query Datadog using Hubot.
## Installation
To use hubot-datadog you can add it to your package.json:
"dependencies": {
"hubot": "...",
"hubot-scripts": "...",
...
"hubot-datadog": "~0.1"
}Then add hubot-datadog to your external-scripts.json:
[ "hubot-datadog" ]Usage
Currently you can query graphs for metrics, and search for metrics.
Generate Metric Graphs
hubot graph -1d avg:page.response.times{*}
hubot graph -<amount><unit> <metric>The amount and unit are the time span you wish to go back by, for example:
-1dis one day-2Mis two months-10mis ten minutes
The supported units are:
ssecondsmminuteshhoursddayswweeksMmonthsyyears
Searching for Metrics
hubot metric search page
hubot metric search page.responseLicense
Copyright © Zestia, Ltd. See LICENSE for more information.