Skip to content

Commit 531d243

Browse files
Add some information to metrics' descriptions
1 parent 4fb6476 commit 531d243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/new-dashboard/src/shared/metricsDescription.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import { GRADLE_METRICS_NEW_DASHBOARD } from "../components/intelliJ/build-tools
1717
*/
1818
export const metricsDescription: Map<string, string | MetricInfo> = new Map<string, string | MetricInfo>([
1919
// FUS events (some of them used for (mega)APDEX calculations)
20-
["fus_file_types_usage_duration_ms", 'FUS event with groupID="file.types.usage" eventID="open" eventField="duration_ms"'],
21-
["fus_file_types_usage_time_to_show_ms", 'FUS event with groupID="file.types.usage" eventID="open" eventField="time_to_show"'],
20+
["fus_file_types_usage_duration_ms", 'FUS event with groupID="file.types.usage" eventID="open" eventField="duration_ms", (mega)APDEX: "File Openings: Code Loaded"'],
21+
["fus_file_types_usage_time_to_show_ms", 'FUS event with groupID="file.types.usage" eventID="open" eventField="time_to_show", (mega)APDEX: "File Openings: Tab Shown"'],
2222
["fus_daemon_finished_full_duration_since_started_ms", 'FUS event with groupID="daemon" eventID="finished" eventField="full_duration_since_started_ms"'],
2323
["fus_completion_duration_sum", 'SUM of FUS events with groupID="completion" eventID="finished" eventField="duration"'],
2424
["fus_completion_duration_90p", '90 percentile of FUS events with groupID="completion" eventID="finished" eventField="duration"'],

0 commit comments

Comments
 (0)