You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Envelope Name has no ikey information, then the support from Xpert (MS UST internal tool)
e.g. the expect name is if we use ikey "AIF-37f925f3-9379-4c3d-8842-34f5e9bca1d3" (prefix "AIF-" means ApplicationInsights first party )
but I cannot find source where and how the file is generated, so I cannot send a pull request to fix it.
how we use it
This is Xiaoliang from Microsoft Shagnhai team ([email protected]), exactly, we use the AilogNginx, but the root cause is the Go sdk, so I put the issue here. @jjjordanmsft we talked in Email about using it.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed bug report. Indeed the code generator lives in an internal repo on mseng. I'm OOF since my son was born but I'll have a look at this when I can get a minute.
issue
The Envelope Name has no ikey information, then the support from Xpert (MS UST internal tool)
e.g. the expect name is if we use ikey "AIF-37f925f3-9379-4c3d-8842-34f5e9bca1d3" (prefix "AIF-" means ApplicationInsights first party )
Microsoft.ApplicationInsights.aif37f925f393794c3d884234f5e9bca1d3.Request
but what the sdk sends out is
Microsoft.ApplicationInsights.Request
impacts
Xpert will not create source node for the ikey, and then we cannot do aggregation operation, neither can we setup Dashboard or ICM Alerts
This is not consistent with other AppInsights SDK like Asp.net or Java or Node.js
root cause
in the telemetry definition, the envelope name is hardcoded. e.g in the
/appinsights/contracts/requesteddata.go, the method is defined as
the code tells that
but I cannot find source where and how the file is generated, so I cannot send a pull request to fix it.
how we use it
This is Xiaoliang from Microsoft Shagnhai team ([email protected]), exactly, we use the AilogNginx, but the root cause is the Go sdk, so I put the issue here. @jjjordanmsft we talked in Email about using it.
The text was updated successfully, but these errors were encountered: