Skip to content

Commit 04744b4

Browse files
committed
Fix for Indexing PHP (kB/s). Metric name change
1 parent 142d7e5 commit 04744b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/new-dashboard/src/components/phpstorm/IndexingDashboard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex-1 min-w-0">
1212
<AggregationChart
1313
:configurators="averagesConfigurators"
14-
:aggregated-measure="'processingSpeed#PHP'"
14+
:aggregated-measure="'processingSpeedAvg#PHP'"
1515
:title="'Indexing PHP (kB/s)'"
1616
:chart-color="'#219653'"
1717
:value-unit="'counter'"

dashboard/new-dashboard/src/components/phpstorm/PerformanceDashboard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex-1 min-w-0">
1212
<AggregationChart
1313
:configurators="averagesConfigurators"
14-
:aggregated-measure="'processingSpeed#PHP'"
14+
:aggregated-measure="'processingSpeedAvg#PHP'"
1515
:title="'Indexing PHP (kB/s)'"
1616
:chart-color="'#219653'"
1717
:value-unit="'counter'"

0 commit comments

Comments
 (0)