Skip to content

Commit f319416

Browse files
authored
Add metadata for Pylance's documentcolor_slow telemetry event (#24979)
1 parent 2a35668 commit f319416

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/client/telemetry/pylance.ts

+19
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,25 @@
155155
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
156156
}
157157
*/
158+
/* __GDPR__
159+
"language_server/documentcolor_slow" : {
160+
"bindcallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
161+
"bindtime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
162+
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
163+
"parsecallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
164+
"parsetime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
165+
"readfilecallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
166+
"readfiletime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
167+
"resolvecallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
168+
"resolvetime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
169+
"tokenizecallcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
170+
"tokenizetime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
171+
"totaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
172+
"typeevalcount" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
173+
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
174+
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
175+
}
176+
*/
158177
/* __GDPR__
159178
"language_server/exception_intellicode" : {
160179
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },

0 commit comments

Comments
 (0)