- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有问题 Microsoft.ApplicationInsights
对象。每次代码第一次命中这些对象时,初始化的时间都非常长(有时甚至大约 40 秒)。
示例 1:
示例 2:
第一次加载这么长的原因是什么?我怎样才能解决这个问题?
最佳答案
为什么在使用 web.config 转换进行调试时不禁用 ApplicationInsight?
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.web>
<httpModules>
<add xdt:Transform="Remove" xdt:Locator="Match(name)" name="ApplicationInsightsWebTracking" />
</httpModules>
</system.web>
<system.webServer>
<modules>
<add xdt:Transform="Remove" xdt:Locator="Match(name)" name="ApplicationInsightsWebTracking" />
</modules>
</system.webServer>
</configuration>
关于c# - ApplicationInsights TelemetryClient 在调试时初始化很慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48824901/
我有问题 Microsoft.ApplicationInsights对象。每次代码第一次命中这些对象时,初始化的时间都非常长(有时甚至大约 40 秒)。 示例 1: 示例 2: 第一次加载这么长的原因
在虚拟助手模板 (https://github.com/microsoft/botframework-solutions/tree/master/templates/Virtual-Assistant
我正在尝试使用我的 AppInsightsHelper 类启用采样,该类启动依赖操作来跟踪性能。 这就是我初始化 TelematryClient 的方式: public ApplicationIns
我想将 Application Insights 遥测数据记录到我自己的帐户和客户的帐户中。 使用 TelemetryClient 的多个实例将相同的数据记录到两个不同的 Application In
使用遥测客户端记录自定义事件日志,如下所示: var telemetryClient = new TelemetryClient(); telemetryClient.Instrumentat
使用遥测客户端记录自定义事件日志,如下所示: var telemetryClient = new TelemetryClient(); telemetryClient.Instrumentat
我希望使用与遥测客户端关联的 TrackTrace 方法。需要创建 TelemetryClient 的实例才能访问此方法。 TelemetryClient 可以在 Controller 的构造函数中初
我直接在代码中使用 TelemetryClient (v0.17.0.576),看起来只有当我最后手动调用 Flush 时才能将数据推送到 Azure,这感觉不对。我在这里错过了什么吗? var co
我尝试过在刷新和不刷新的情况下跟踪自定义指标。但是,这些指标仅间歇性地显示在 Application Insights 的“自定义”部分下。第一个问题:是否需要在每次“TrackMetric(metr
我尝试过在刷新和不刷新的情况下跟踪自定义指标。但是,这些指标仅间歇性地显示在 Application Insights 的“自定义”部分下。第一个问题:是否需要在每次“TrackMetric(metr
在此链接上:https://azure.microsoft.com/en-us/documentation/articles/app-insights-api-custom-events-metric
我有一个使用 BlobTrigger 的简单 Azure 函数,并且希望使用 Application Insights SDK 来处理自定义遥测。 [FunctionName("Create-
我有一个 ASP.NET MVC 网站,我正在实现 Application Insights。现在,我按如下方式记录跟踪事件: private static TelemetryClient _APM;
我使用的是 Azure 函数应用 v3,我想将详细信息记录到 Application Insights 中。函数应用程序中默认有 ILogger。将详细信息记录到 App Insights 中的 Il
我使用的是 Azure 函数应用 v3,我想将详细信息记录到 Application Insights 中。函数应用程序中默认有 ILogger。将详细信息记录到 App Insights 中的 Il
我已将 Web 项目从 RC1 迁移到 RC2,但遇到此错误: Unable to resolve service for type 'Microsoft.ApplicationInsights.Te
我正在尝试使用 Azure Functions:我主要尝试将现有的 Web 作业迁移到 Azure Functions,现在是时候将 Application Insights 集成到我的一个函数中了。
我有一个.NET 6 Worker Service应用程序部署到在 AppService 下运行的 Docker 容器中的 Azure Web App for Containers 。 Microso
Microsoft 声明 Application Insights 的 SLA 是: We guarantee that the data latency of the Application Ins
Microsoft 声明 Application Insights 的 SLA 是: We guarantee that the data latency of the Application Ins
我是一名优秀的程序员,十分优秀!