Audit resource capacity and surface utilization trends across your Dynatrace monitoring environment.
- Node.js 20 or later
- npm (bundled with Node.js)
- A Dynatrace SaaS environment with permission to deploy apps
git clone https://github.com/GarrettHaines/capacity-and-utilization.git
cd capacity-and-utilization
npm install
Copy the example config and fill in your tenant URL:
cp app.config.local.example.json app.config.local.json
Then edit app.config.local.json:
{
"environmentUrl": "https://YOUR-ENVIRONMENT.apps.dynatrace.com/"
}This file is gitignored, so your tenant URL stays out of version control. app.config.js reads from it at build time.
npm run deploy
An authentication window will open in your browser to sign in to your Dynatrace environment. Once authenticated, the application is deployed directly to your tenant.
This project is licensed under the MIT License — see the LICENSE file for details.