azure application insight:解决大小消息问题
azure application insight : troubleshoot size messages
我喜欢在 app-insight 中解决消息大小问题。
最近我们发现数据摄取量大幅增加。
当我分析数据摄取时,我发现 */- 90% 的大小被 "MESSAGE"
如何查看 MESSAGE 内容的一些示例?
如果你提到的message
来自azure portal
-> application insights
-> Usage and estimated costs
,如下图所示:
那么message
就是traces telemetry data
。您可以从 azure portal
-> application insights
-> Logs
-> traces
table 检查 traces telemetry data
,并编写一个简单的查询 /select 一个适当的 Time range
检查细节。截图如下:
如果问题与应用洞察中的数据摄取增加有关,要检查的一件事可能是采样配置,它可能使用应用洞察在应用中配置。
有关抽样的更多信息 -
https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling
我喜欢在 app-insight 中解决消息大小问题。 最近我们发现数据摄取量大幅增加。
当我分析数据摄取时,我发现 */- 90% 的大小被 "MESSAGE"
如何查看 MESSAGE 内容的一些示例?
如果你提到的message
来自azure portal
-> application insights
-> Usage and estimated costs
,如下图所示:
那么message
就是traces telemetry data
。您可以从 azure portal
-> application insights
-> Logs
-> traces
table 检查 traces telemetry data
,并编写一个简单的查询 /select 一个适当的 Time range
检查细节。截图如下:
如果问题与应用洞察中的数据摄取增加有关,要检查的一件事可能是采样配置,它可能使用应用洞察在应用中配置。
有关抽样的更多信息 -
https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling