Skip to content

Commit 7d535cf

Browse files
authored
Update RFC0016-Census-Telemetry.md
1 parent eeafa0a commit 7d535cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1-Draft/RFC0016-Census-Telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ On every startup of the PowerShell Console host, telemetry will be sent via [App
2424
- [System.Runtime.InteropServices.RuntimeInformation]::OSDescription (equivalent to `uname -a` on Unix)
2525
- GitCommitId (from $psversiontable)
2626

27+
Performance will be measured to ensure collecting and sending telemetry does not have an impact to PowerShell startup time.
28+
Target is <5ms impact.
29+
2730
Telemetry is only collected if the file DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY exists in $PSHome.
2831
Eventually, we want to adopt [RFC0015 Startup Configuration](https://github.com/PowerShell/PowerShell-RFC/blob/master/1-Draft/RFC0015-PowerShell-StartupConfig.md) as the way to enable/disable telemetry.
2932

30-
Performance will be measured to ensure collecting and sending telemetry does not have an impact to PowerShell startup time.
31-
Target is <10ms impact.
32-
3333
## Design
3434

3535
ApplicationInsights provides a mechanism for sending a [`CustomEvent`](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics) which is essentially three elements:

0 commit comments

Comments
 (0)