Skip to content

Commit fe64bb8

Browse files
committed
fix: units and descriptions
1 parent 442e1bc commit fe64bb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{
5959
"name": "amazonqHistoryFileSize",
6060
"type": "int",
61-
"description": "The size of current history file (in bytes)"
61+
"description": "The size of a chat history file (in bytes)"
6262
},
6363
{
6464
"name": "amazonqNumberOfFilesAccepted",
@@ -1038,7 +1038,7 @@
10381038
{
10391039
"name": "cwsprChatCodeContextCount",
10401040
"type": "int",
1041-
"description": "Number of code symbols manually added to context"
1041+
"description": "Number of code symbols added to context"
10421042
},
10431043
{
10441044
"name": "cwsprChatCodeContextLength",
@@ -2672,7 +2672,6 @@
26722672
{
26732673
"name": "amazonq_exportTab",
26742674
"description": "When a user exports the current Amazon Q chat tab",
2675-
"unit": "Count",
26762675
"metadata": [
26772676
{
26782677
"type": "exportFormat",
@@ -2873,7 +2872,6 @@
28732872
{
28742873
"name": "amazonq_loadHistory",
28752874
"description": "When a history file is loaded from the filesystem and open tabs are restored",
2876-
"unit": "Count",
28772875
"metadata": [
28782876
{
28792877
"type": "amazonqHistoryFileSize",
@@ -2971,7 +2969,6 @@
29712969
{
29722970
"name": "amazonq_performChatHistoryAction",
29732971
"description": "When a user searches, exports, opens, or deletes a conversation from history",
2974-
"unit": "Count",
29752972
"metadata": [
29762973
{
29772974
"type": "amazonqHistoryFileSize",

0 commit comments

Comments
 (0)