Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-datadog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-datadog

Query Datadog using Hubot

  • 0.2.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 13 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc