This Node Bandwidth Exporter checks the node_dmi_info
V2 Metric for AWS Redis Cloud Pro subscriptions and exports the node baseline bandwidth for the given node type to DataDog.
You can use terraform to deploy this to a new VM running a DataDog agent instance against your datadog account, or you can install bandwidth_exporter_per_node.py
on a machine running the DataDog Agent, and set it up as a cron
To run in terraform copy the terraform.tfvars.example
file to terraform.tfvars
and fill in the variables and run:
terraform init
terraform plan
terraform apply