dotnet / dotnet/sdk

Create wrapper functions to unify old AppInsights telemetry shapes with OTel telemetry shapes

Open
#54,058 0 comments 0 reactions 1 assignee Claimed by @baronfel View on GitHub
Area-Telemetry Partner request untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.

The AppInsights telemetry and OTel telemetry events have different structures and are sent to different tables in our Kusto DB. This sucks for a number of reasons

* queries no longer see all CLI data
* queries are not resilient to property changes

### Describe the solution you'd like

We need to define wrapper views that normalize the two data streams into one shared shape (likely that of the older data) so that we can communicate to first party teams that they need to move their queries around to get the full set of data.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.