Skip to content

Commit badce23

Browse files
committed
use average for cpu utilization to aligns with AWS best practice
1 parent 70fcc27 commit badce23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mixin/dashboards/rds.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ grafana.dashboard.new(
7777
.addYaxis()
7878
.addTarget(
7979
grafana.target.prometheus.new(
80-
expr='aws_rds_cpuutilization_maximum{%s}' % [allLabels],
80+
expr='aws_rds_cpuutilization_average{%s}' % [allLabels],
8181
legendFormat='{{dimension_DBInstanceIdentifier}}',
8282
datasource='$datasource',
8383
),

0 commit comments

Comments
 (0)