dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

chore: limit metrics collection #580

Closed ktechmidas closed 1 year ago

ktechmidas commented 1 year ago

Issue being fixed or feature implemented

We're collecting everything and sending to AWS which is causing an uptick in costs

What was done?

Limit metrics collection to just CPU for now

How Has This Been Tested?

testnet

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only

strophy commented 1 year ago

Thanks for working on this so quickly. Is it possible to load the config from a file somewhere instead of pasting it directly into deploy.yml?

ktechmidas commented 1 year ago

Yeah let me just make sure it works first... then we'll clean it up, this PR is just to ensure people don't run it over again :)