当前位置: 首页 > 软件库 > 数据库相关 > >

ApplicationInsights-Java

Application Insights for Java
授权协议 View license
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 周培
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Application Insights for Java

See documentation at https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent.

If you need to build locally

Download the main repo and submodule:

git clone https://github.com/microsoft/ApplicationInsights-Java
cd ApplicationInsights-Java
git submodule init
git submodule update

Publish all the artifacts from the submodule to your local maven repository:

cd otel
./gradlew publishToMavenLocal
cd ..

Build the agent jar file:

./gradlew -DskipWinNative=true :agent:agent:shadowJar

The agent jar file should now be available under agent/agent/build/libs.

If you are contributing...

We follow the samestyle guidelinesandrecommended Intellij setupas the OpenTelemetry Java Instrumentation repo.

While developing, if you find errorprone is getting in your way (e.g. it won't let you addSystem.out.println to your code), you can disable it by adding the following to your~/.gradle/gradle.properties:

disableErrorProne=true

Microsoft Open Source Code of Conduct

This project has adopted theMicrosoft Open Source Code of Conduct.For more information see theCode of Conduct FAQor contact opencode@microsoft.comwith any additional questions or comments.

  • 1、添加HTTP跟踪 参考文档:https://docs.microsoft.com/en-us/azure/application-insights/app-insights-java-get-started#3-add-an-application-insights-xml-file 2、添加application insights log4j adapter 添加jar包,调用Api,往ap

  • 一个简单的ASP.NET Core 2.0 Web应用程序,作为应用程序服务部署在azure中 - 经过编辑,以确保ASPNETCORE_ENVIRONMENT开发和 生产环境 的配置相同 . 具有以下Startup类的Configure方法: loggerFactory.AddApplicationInsights(app.ApplicationServices, LogLevel.Debug)

  • 我编写了一个通过Application Insights跟踪事件和指标的控制台应用程序,我认为通过添加以下NuGet包,WebJob将完全不同: Microsoft.ApplicationInsights Microsoft.ApplicationInsights.TraceListener(可能不需要) 我的 ApplicationInsights.config 看起来像这样: 简单的程序就是这

 相关资料
  • ApplicationInsights-JS 是用于 JavaScript 的微软应用监视 SDK。

  • ApplicationInsights-Ruby 是使用 Ruby 开发的 Microsoft Application Insights SDK 。

  • ApplicationInsights-WordPress 是 Application Insights 上的 WordPress 插件。

  •  ApplicationInsights-Python 是使用 Python 开发的 Application Insights SDK。

  • ApplicationInsights-PHP 扩展了 Application Insights API 接口,使之支持 PHP。Application Insights 为开发者提供了一项服务——可以测试应用程序,以确保其可用,表现良好,并且可以成功使用。它结合了性能管理和使用分析的功能,目的在于帮助开发者们创建尽可能好的应用程序。而 ApplicationInsights-PHP 这个 PHP

  • 我们正在使用Spring引导将指标发送到应用程序洞察我们正在使用应用程序洞察日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志日志。 下面是我们在logj2-spring.xml中使用的附加程序 ** 我们在应用洞察搜索屏幕上看到日志,但是我有几个问题。 > 是否有一种方法可以

相关阅读

相关文章

相关问答

相关文档