0.2.4 • Published 10 years ago

hubot-datadog v0.2.4

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

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:

  • -1d is one day
  • -2M is two months
  • -10m is ten minutes

The supported units are:

  • s seconds
  • m minutes
  • h hours
  • d days
  • w weeks
  • M months
  • y years

Searching for Metrics

hubot metric search page
hubot metric search page.response

License

Copyright © Zestia, Ltd. See LICENSE for more information.

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago