commit | 7d9aff0488b1ddd24129d444b21d0969adcf591b | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Fri Feb 05 01:01:32 2021 +0100 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Fri Feb 05 01:01:32 2021 +0100 |
tree | 4e57c8b0aa55e4bebc6763d96e9c07b67097360d | |
parent | b72d83f48e950f01010b76e455f2416d4fdff2aa [diff] |
Fix series override alias for G1 old gen gc metric Change-Id: Ice4908d335214749989966219fad410c783652af
diff --git a/dashboards/gerrit/process/panels/gc-time.libsonnet b/dashboards/gerrit/process/panels/gc-time.libsonnet index 395b6dc..94e46b8 100644 --- a/dashboards/gerrit/process/panels/gc-time.libsonnet +++ b/dashboards/gerrit/process/panels/gc-time.libsonnet
@@ -55,7 +55,7 @@ ) .addSeriesOverride( { - alias: 'gc time G1 young gen', + alias: 'gc time G1 old gen', color: '#F2CC0C', } )