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

datadog_dashboards

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datadog_dashboards

A quick way to generate helpful, pre-canned datadog dashboards for Cloudwatch.

  • 1.0.2
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

A quick way to generate helpful, pre-canned Datadog dashboards for Cloudwatch.

Setup

  • Run npm install -g datadog_dashboards
  • Edit dashboards.js with your dashboard changes. See this package's dashboards.example.js for a starter.

Uploading new dashboards

  • Run datadog_dashboards
  • Done

Alternatively, you can specify a dashboard file with the -d setting.

For example

$ datadog_dashboards -d <dashboard_file>

Customization

By default, the Datadog dashboard creator will iterate through the dashboardsByEnvironment exposed in the dashboard.js file and run the generateEnvironmentDashboard function that has a set of default dashboards depending on the configurations in the dashboardsByEnvironment.

Your dashboards.js file should have at least the dashboardsByEnvironment object exported.

See the dashboards.examples.js as an example dashboard configuration.

Environment variables

Datadog Dashboard Creator uses dotenv to allow for a .env file to have locally defined environment variables.

If you want to define these, they can bypass the prompts:

DATADOG_API_API_KEY=<datadog_api_key>
DATADOG_API_APP_KEY=<datadog_app_key>
DATADOG_DASHBOARD_JS=dashboards

FAQs

Package last updated on 01 Nov 2018

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