Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/metrics-datadog-dashboard

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7