Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Oct 26, 2020
1 parent 6180ee9 commit 5dc3d18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/monitoring/server/alerts/cpu_usage_alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export class CpuUsageAlert extends BaseAlert {
if (this.config.ui.container.elasticsearch.enabled) {
stat.cpuUsage =
(stat.containerUsage / (stat.containerPeriods * stat.containerQuota * 1000)) * 100;
} else {
stat.cpuUsage = stat.cpuUsage;
}

return {
Expand Down

0 comments on commit 5dc3d18

Please sign in to comment.