Skip to content

Commit eeafa0a

Browse files
authored
Update RFC0016-Census-Telemetry.md
Added perf target
1 parent c5663c3 commit eeafa0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1-Draft/RFC0016-Census-Telemetry.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ On every startup of the PowerShell Console host, telemetry will be sent via [App
2727
Telemetry is only collected if the file DELETE_ME_TO_DISABLE_CONSOLEHOST_TELEMETRY exists in $PSHome.
2828
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.
2929

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+
3033
## Design
3134

3235
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)