Skip to content

Commit 4fb6476

Browse files
Add some descriptions for fus metrics
1 parent f86eb6e commit 4fb6476

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ 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="" eventID="" eventField=""'],
21-
["fus_file_types_usage_time_to_show_ms", 'FUS event with groupID="" eventID="finished" eventField="full_duration_since_started_ms"'],
22-
["fus_daemon_finished_full_duration_since_started_ms", 'FUS event with groupID="daemon" eventID="" eventField=""'],
23-
["fus_completion_duration_sum", 'FUS event with groupID="" eventID="" eventField=""'],
24-
["fus_completion_duration_90p", 'FUS event with groupID="" eventID="" eventField=""'],
25-
["fus_time_to_show_90p", 'FUS event with groupID="" eventID="" eventField=""'],
26-
["fus_dumb_indexing_time", 'FUS event with groupID="" eventID="" eventField=""'],
27-
["fus_scanning_time", 'FUS event with groupID="" eventID="" eventField=""'],
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"'],
22+
["fus_daemon_finished_full_duration_since_started_ms", 'FUS event with groupID="daemon" eventID="finished" eventField="full_duration_since_started_ms"'],
23+
["fus_completion_duration_sum", 'SUM of FUS events with groupID="completion" eventID="finished" eventField="duration"'],
24+
["fus_completion_duration_90p", '90 percentile of FUS events with groupID="completion" eventID="finished" eventField="duration"'],
25+
["fus_time_to_show_90p", '90 percentile of FUS events with groupID="completion" eventID="finished" eventField="time_to_show"'],
26+
["fus_dumb_indexing_time", 'FUS event with groupID="indexing.statistics" eventID="finished" eventField="finished" eventField="indexing_activity_type=dumb_indexing"'],
27+
["fus_scanning_time", 'FUS event with groupID="indexing.statistics" eventID="finished" eventField="finished" eventField="indexing_activity_type=scanning"'],
2828
["fus_git_branches_checkout_operation", 'FUS event with groupID="git.branches" eventID="checkout.checkout_operation.finished" eventField="duration_ms"'],
2929
["fus_git_branches_vfs_refresh", 'FUS event with groupID="git.branches" eventID="checkout.vfs_refresh.finished" eventField="duration_ms"'],
3030
["fus_vcs_commit_duration", 'FUS event with groupID="vcs" eventID="commit.finished" eventField="duration_ms"'],
31-
["fus_find_usages_all", 'FUS event with groupID="" eventID="" eventField=""'],
32-
["fus_find_usages_first", 'FUS event with groupID="" eventID="" eventField=""'],
31+
["fus_find_usages_all", 'FUS event with groupID="usage.view" eventID="finished" eventField="duration_ms"'],
32+
["fus_find_usages_first", 'FUS event with groupID="usage.view" eventID="finished" eventField="duration_first_results_ms"'],
3333
["fus_startup_totalDuration", 'FUS event with groupID="startup" eventID="totalDuration" eventField="duration"'],
3434
["fus_reopen_startup_frame_became_interactive", 'FUS event with groupID="reopen.project.startup.performance" eventID="frame.became.interactive" eventField="duration_ms"'],
3535
["fus_reopen_startup_first_ui_shown", 'FUS event with groupID="reopen.project.startup.performance" eventID="first.ui.shown" eventField="duration_ms"'],

0 commit comments

Comments
 (0)