Skip to content

Commit 442e1bc

Browse files
committed
fix: descriptions, remove unecessary metric
1 parent 30f0a8f commit 442e1bc

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"name": "amazonqTimeToLoadHistory",
8585
"type": "int",
86-
"description": "The time it takes to load chat history from filesystem"
86+
"description": "The time (in milliseconds) it takes to load chat history from filesystem"
8787
},
8888
{
8989
"name": "amazonqTimeToSearchHistory",
@@ -2671,7 +2671,7 @@
26712671
},
26722672
{
26732673
"name": "amazonq_exportTab",
2674-
"description": "When a user exports current tab",
2674+
"description": "When a user exports the current Amazon Q chat tab",
26752675
"unit": "Count",
26762676
"metadata": [
26772677
{
@@ -2872,7 +2872,7 @@
28722872
},
28732873
{
28742874
"name": "amazonq_loadHistory",
2875-
"description": "When a history file is loaded",
2875+
"description": "When a history file is loaded from the filesystem and open tabs are restored",
28762876
"unit": "Count",
28772877
"metadata": [
28782878
{
@@ -2995,21 +2995,6 @@
29952995
}
29962996
]
29972997
},
2998-
{
2999-
"name": "amazonq_restoreTabs",
3000-
"description": "When tabs are automatically restored from history",
3001-
"unit": "Count",
3002-
"metadata": [
3003-
{
3004-
"type": "languageServerVersion",
3005-
"required": false
3006-
},
3007-
{
3008-
"type": "tabCount",
3009-
"required": true
3010-
}
3011-
]
3012-
},
30132998
{
30142999
"name": "amazonq_startConversationInvoke",
30153000
"description": "Captures startConversation invocation process",

0 commit comments

Comments
 (0)