Cedar (Legacy Platform) applications
Make sure a working Heroku Logplex Log Drain is setup before continuing with this section.
- Load average
- Memory total limit
- Memory used
1. Update the AppSignal integration.
First update the Ruby gem to version 2.6.0 or newer. For Elixir, please update to version 1.6.0 or newer of the AppSignal integration. We switched from using the dyno’s UUID to the name (e.g.web.1), to make sure we can match the metrics we get from the Logplex drain with the data we receive from the integration, please make sure to run 2.6.x or better.
2. Enable host runtime metrics on Heroku
The Heroku host runtime metrics feature will log the host metrics for your dynos at set intervals to your app’s log. To enable this feature on your Heroku app, run the following command on your console.Bash