Skip to content

Commit

Permalink
Remove ms label from CPU load on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Feb 25, 2021
1 parent bb8e505 commit 083ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/core_app/status/lib/load_status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function formatMetrics({ metrics }: StatusResponse): Metric[] {
defaultMessage: 'Load',
}),
value: [metrics.os.load['1m'], metrics.os.load['5m'], metrics.os.load['15m']],
type: 'time',
type: 'float',
},
{
name: i18n.translate('core.statusPage.metricsTiles.columns.resTimeAvgHeader', {
Expand Down

0 comments on commit 083ad9b

Please sign in to comment.