简体   繁体   English

替代 https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights/

[英]Alternative to https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights/

I've been using this library to fetch ApplicationInsights data from Azure ( https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights/ ), but it's only a preview library and is kind of dated (last updated 19/04/2018).我一直在使用这个库从 Azure ( https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights/ ) 获取 ApplicationInsights 数据,但它只是一个预览库并且有点过时(最后更新 19/ 04/2018)。

I'm using an AD role associated with my ApplicationInsights data to permit it's use - which works - but I would like to use a package that's a bit more modern/supported.我正在使用与我的 ApplicationInsights 数据关联的 AD 角色来允许它的使用 - 这有效 - 但我想使用一个更现代/支持的包。 Is there an updated version of this package that I'm missing or an alternative to the ApplicationInsightsDataClient hidden in the main ApplicationInsights nuget package that I'm missing (I really don't want to have to build my own REST wrapper since I am sure this is something that Microsoft or someone else has done already)?是否有我丢失的这个包的更新版本或隐藏在我丢失的主 ApplicationInsights nuget 包中的ApplicationInsightsDataClient的替代品(我真的不想构建我自己的 REST 包装器,因为我确定这是微软或其他人已经做过的事情)?

Thanks!谢谢!

Microsoft.Azure.ApplicationInsights.Query package is supported one, and new preview was released just today.支持Microsoft.Azure.ApplicationInsights.Query包之一,新预览版刚刚发布。

It looks like that package you're using should be deprecated, but I see it is still linked from the Application Insights REST API documentation , not sure what is the best way to contact Microsoft in order to fix it.看起来您正在使用的那个包应该被弃用,但我看到它仍然链接自Application Insights REST API 文档,不确定联系 Microsoft 以修复它的最佳方式是什么。

EDIT: Everything seem to be fixed now.编辑:现在一切似乎都已修复。 Microsoft.Azure.ApplicationInsights package is deprecated on nuget.org, suggested alternative is Microsoft.Azure.ApplicationInsights.Query and documentation points to correct package. Microsoft.Azure.ApplicationInsights包在 nuget.org 上已弃用,建议的替代方案是Microsoft.Azure.ApplicationInsights.Query和文档指向正确的包。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 添加 controller -> 无法加载“https://www.nuget.org/packages/Newtonsoft.json”的服务索引 - Add controller - > Unable to load the service index for “https://www.nuget.org/packages/Newtonsoft.json” 无法在NuGet包上找到Microsoft.Azure.Services.AppAuthentication - Unable to find Microsoft.Azure.Services.AppAuthentication on NuGet Packages 无法找到包 ***。 源中不存在具有此 ID 的包:“Local Nuget”、Microsoft Visual Studio 离线包、nuget.org - Unable to find package ***. No packages exist with this id in source(s): "Local Nuget", Microsoft Visual Studio Offline Packages, nuget.org 无法从 Nuget for Azure Function 应用安装 ApplicationInsights - Unable to install ApplicationInsights from Nuget for Azure Function app Microsoft NuGet包发行说明 - Microsoft NuGet packages release notes 错误 NU1101:无法找到包 ''。 源中不存在具有此 ID 的包:Microsoft Visual Studio 离线包,nuget.org - error NU1101: Unable to find package ''. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, nuget.org Azure Application Insights 中没有使用 Microsoft.ApplicationInsights.NLogTarget 的日志条目 - No log entries in Azure Application Insights using Microsoft.ApplicationInsights.NLogTarget Microsoft.ApplicationInsights 缺失 - Microsoft.ApplicationInsights missing 使用替代nuget提要的Azure CI - Azure CI using alternative nuget feed Azure DevOps - Nuget 包包测试项目 - Azure DevOps - Nuget pack packages test projects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM