Skip to content

Commit c3dc347

Browse files
committed
fix: update metric name
1 parent 3a00dc5 commit c3dc347

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,11 +1325,6 @@
13251325
"type": "string",
13261326
"description": "Client side tool/s name (ex: fsWrite, executeBash)"
13271327
},
1328-
{
1329-
"name": "cwsprToolPermission",
1330-
"type": "string",
1331-
"description": "Permission of tool/s set by user"
1332-
},
13331328
{
13341329
"name": "cwsprToolUseId",
13351330
"type": "string",
@@ -1958,6 +1953,11 @@
19581953
"type": "double",
19591954
"description": "The time duration in milliseconds to finish a request to the server side"
19601955
},
1956+
{
1957+
"name": "permission",
1958+
"type": "string",
1959+
"description": "Permission of tool/s set by user"
1960+
},
19611961
{
19621962
"name": "platform",
19631963
"type": "string",
@@ -2225,6 +2225,11 @@
22252225
"docker"
22262226
]
22272227
},
2228+
{
2229+
"name": "toolName",
2230+
"type": "string",
2231+
"description": "Tool/s name, including MCP (ex: fsWrite,executeBash)"
2232+
},
22282233
{
22292234
"name": "totalResourceCount",
22302235
"type": "int",
@@ -2958,10 +2963,6 @@
29582963
{
29592964
"type": "cwsprToolName"
29602965
},
2961-
{
2962-
"type": "cwsprToolPermission",
2963-
"required": false
2964-
},
29652966
{
29662967
"type": "cwsprToolUseId"
29672968
},
@@ -2977,6 +2978,10 @@
29772978
"type": "latency",
29782979
"required": false
29792980
},
2981+
{
2982+
"type": "permission",
2983+
"required": false
2984+
},
29802985
{
29812986
"type": "toolCallLatency",
29822987
"required": false
@@ -3119,14 +3124,6 @@
31193124
"type": "credentialStartUrl",
31203125
"required": false
31213126
},
3122-
{
3123-
"type": "cwsprToolName",
3124-
"required": false
3125-
},
3126-
{
3127-
"type": "cwsprToolPermission",
3128-
"required": false
3129-
},
31303127
{
31313128
"type": "enabled",
31323129
"required": false
@@ -3143,6 +3140,10 @@
31433140
"type": "numTools",
31443141
"required": false
31453142
},
3143+
{
3144+
"type": "permission",
3145+
"required": false
3146+
},
31463147
{
31473148
"type": "scope",
31483149
"required": false
@@ -3151,6 +3152,10 @@
31513152
"type": "source",
31523153
"required": false
31533154
},
3155+
{
3156+
"type": "toolName",
3157+
"required": false
3158+
},
31543159
{
31553160
"type": "transportType",
31563161
"required": false

0 commit comments

Comments
 (0)