Summary
The current dotnetup telemetry implementation uses a temporary/personal App Insights connection key. This needs to be replaced with the official SDK CLI telemetry endpoint once the SDK's migration to OpenTelemetry is complete.
Background
dotnetup telemetry was implemented using OpenTelemetry with Azure Monitor exporter ahead of the main SDK CLI telemetry migration. The current connection key is a placeholder that should NOT be used in production.
Blocked By
This work is blocked by the SDK CLI's migration to OpenTelemetry:
Action Items
Notes
Since dotnetup is currently on a dev branch (release/dnup) and not yet shipping, using the temporary connection key is acceptable for development and testing purposes.
Related
Summary
The current dotnetup telemetry implementation uses a temporary/personal App Insights connection key. This needs to be replaced with the official SDK CLI telemetry endpoint once the SDK's migration to OpenTelemetry is complete.
Background
dotnetup telemetry was implemented using OpenTelemetry with Azure Monitor exporter ahead of the main SDK CLI telemetry migration. The current connection key is a placeholder that should NOT be used in production.
Blocked By
This work is blocked by the SDK CLI's migration to OpenTelemetry:
Action Items
DotnetupTelemetry.csto use the official connection stringNotes
Since dotnetup is currently on a dev branch (
release/dnup) and not yet shipping, using the temporary connection key is acceptable for development and testing purposes.Related
dotnetupnagilson/sdk#10