You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -278,7 +278,7 @@ export class ExtHostCommands implements ExtHostCommandsShape {
278
278
typeExtensionActionTelemetryMeta={
279
279
extensionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The id of the extension handling the command, informing which extensions provide most-used functionality.'};
280
280
id: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The id of the command, to understand which specific extension features are most popular.'};
281
-
duration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The duration of the command execution, to detect performance issues'};
281
+
duration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'The duration of the command execution, to detect performance issues'};
282
282
owner: 'digitarald';
283
283
comment: 'Used to gain insight on the most popular commands used from extensions';
0 commit comments