Skip to content

Commit

Permalink
[Metrics UI]: add system.cpu.total.norm.pct to default metrics (#102428)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
mgiota and kibanamachine authored Jul 1, 2021
1 parent a06c0f1 commit de9b62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const DEFAULT_CHART_OPTIONS: MetricsExplorerChartOptions = {
export const DEFAULT_METRICS: MetricsExplorerOptionsMetric[] = [
{
aggregation: 'avg',
field: 'system.cpu.user.pct',
field: 'system.cpu.total.norm.pct',
color: Color.color0,
},
{
Expand Down

0 comments on commit de9b62a

Please sign in to comment.