Skip to content

Commit 209d6bd

Browse files
authored
Add server_side_request to telemetry\pylance.ts (microsoft#23031)
1 parent 3609f28 commit 209d6bd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"errorstack" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
2828
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
2929
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
30-
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
30+
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
31+
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
3132
}
3233
*/
3334
/* __GDPR__
@@ -313,6 +314,15 @@
313314
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
314315
}
315316
*/
317+
/* __GDPR__
318+
"language_server/server_side_request" : {
319+
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
320+
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
321+
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
322+
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
323+
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
324+
}
325+
*/
316326
/* __GDPR__
317327
"language_server/settings" : {
318328
"addimportexactmatchonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },

0 commit comments

Comments
 (0)