vmware-archive / metrics-datadog-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF Redis example dashboard

To upload a dashboard to Datadog:

  1. Set your DATADOG_APP_KEY and DATADOG_API_KEY in your environment (you can find them under Integrations > APIs)

    export DATADOG_API_KEY=theapikey
    export DATADOG_APP_KEY=theappkey
    
  2. Replace occurences of << MetricPrefix >> with the MetricPrefix defined in your firehose nozzle config.

  3. Run import_redis_dashboard [FILENAME], passing in the name of the file that contains your dashboard configuration. See dashboards/redis.json for an example.

To get a JSON representation of an existing dashboard, run get_screenboard [screenboard_id] or get_all_screenboards if you don't know the screenboard_id.

CF Mysql example dashboard

To upload a dashboard to Datadog:

  1. Edit config/mysql_dashboard.yml with:
  • MySQL VM guids, ie. 628fd3ea-bd68-43fb-9ac7-e6dc68523f87
  • MySQL deployment name, ie. p-mysql
  • Nozzle name, ie. datadog.nozzle
  1. Set your DATADOG_APP_KEY and DATADOG_API_KEY in your environment (you can find them under Integrations > APIs)

    export DATADOG_API_KEY=theapikey
    export DATADOG_APP_KEY=theappkey
    
  2. Run import_mysql_dashboard

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 61.2%Language:HTML 38.8%