Skip to content

Commit

Permalink
Remove ms label from CPU load on status page (#92836) (#93255)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
  • Loading branch information
kibanamachine and joshdover authored Mar 2, 2021
1 parent 870a529 commit f038f01
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 f038f01

Please sign in to comment.