Metrics

Basic metrics for your application container.
@if ($resource->getMorphClass() === 'App\Models\Application' && $resource->build_pack === 'dockercompose') Metrics are not available for Docker Compose applications yet! @elseif(!$resource->destination->server->isMetricsEnabled()) Metrics are only available for servers with Sentinel & Metrics enabled. Go to Server Metrics to enable it. @else @if (!str($resource->status)->contains('running')) Metrics are only available when the application container is running! @else

CPU Usage

Memory Usage

@endif @endif