in telemetry/vscode/src/generate.ts [28:37]
function globalArgs(): string[] {
return [
'// The time that the event took place',
'createTime?: Date',
'// Value based on unit and call type',
'value?: number',
'// Whether the metric is not explicitly called by the user',
'passive?: boolean'
]
}