Skip to content

Commit 4a50e00

Browse files
authored
Add comment to classify query-exp event (#19205)
1 parent 06076a0 commit 4a50e00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/client/telemetry/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,4 +2003,11 @@ export interface IEventNamePropertyMapping {
20032003
"tensorboard_jump_to_source_file_not_found" : { "owner": "greazer" }
20042004
*/
20052005
[EventName.TENSORBOARD_JUMP_TO_SOURCE_FILE_NOT_FOUND]: never | undefined;
2006+
/* __GDPR__
2007+
"query-expfeature" : {
2008+
"owner": "luabud",
2009+
"comment": "Logs queries to the experiment service by feature for metric calculations",
2010+
"ABExp.queriedFeature": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The experimental feature being queried" }
2011+
}
2012+
*/
20062013
}

0 commit comments

Comments
 (0)