Application Insights(和实时指标流)如何在内部工作?

时间:2018-03-24 19:53:08

标签: asp.net-web-api middleware azure-application-insights

我为AspNet Web API应用程序配置了Application Insights。在此应用程序中,我还有OAuth2身份验证:

config.SuppressDefaultHostAuthentication();
config.Filters.Add(new HostAuthenticationFilter(OAuthDefaults.AuthenticationType));

在实时指标流中,我看到了OAuth中间件的一些错误(对/ oauth2 / token的请求失败)。但我发现在ApplicationInsights Analytics中也没有使用此门户网站的任何请求,也没有在Azure门户网站上使用搜索。为什么会这样?

0 个答案:

没有答案