- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我通过将软件包安装到解决方案来配置应用程序洞察时,它工作正常并且能够捕获遥测数据。
现在,我想将应用程序洞察与我的 Windows 服务(在本地虚拟机上运行)集成,而无需安装 nuget 包 (Microsoft.ApplicationInsights.WindowsServer) 或将检测 key 插入源代码。是否可以?
我尝试将所有必需的 dll(与应用程序见解相关)复制到我的服务的输出目录,并使用 Application Insights 配置来设置检测 key ,但它不发送任何遥测数据。
最佳答案
您可以集成 Windows 服务(本地)以将遥测数据发送到 App Insights,但如果不安装 NuGet 包并提供 Instrumentation key ,则无法实现。对于您的用例,还需要遵循一些其他流程。
Applications hosted on premises, in Azure, and in other clouds can all take advantage of Application Insights. The only limitation is the need to allow communication to the Application Insights service. For monitoring Universal Windows Platform (UWP) applications, we recommend Visual Studio App Center.
关于azure - 无需更改源代码即可洞察应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53572523/
这实际上是我问的问题的一部分here ,该问题没有得到答复,最终被标记为重复。 问题:我只需使用 @Autowired 注释即可使用 JavaMailSender。我没有通过任何配置类公开它。 @Co
我是一名优秀的程序员,十分优秀!