applicationinsights-profiler-agent

Application Insights Java profiler native agent

License

License

Microsoft Pre-Release Software License
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

applicationinsights-profiler-agent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

applicationinsights-profiler-agent
Application Insights Java profiler native agent
Project URL

Project URL

https://docs.microsoft.com/azure/azure-monitor/app/profiler-overview
Source Code Management

Source Code Management

https://github.com/Microsoft/ApplicationInsights-Java

Download applicationinsights-profiler-agent

How to add to project

<!-- https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-profiler-agent/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>applicationinsights-profiler-agent</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-profiler-agent/
implementation 'com.microsoft.azure:applicationinsights-profiler-agent:0.2.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-profiler-agent/
implementation ("com.microsoft.azure:applicationinsights-profiler-agent:0.2.0")
'com.microsoft.azure:applicationinsights-profiler-agent:jar:0.2.0'
<dependency org="com.microsoft.azure" name="applicationinsights-profiler-agent" rev="0.2.0">
  <artifact name="applicationinsights-profiler-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-profiler-agent', version='0.2.0')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-profiler-agent" % "0.2.0"
[com.microsoft.azure/applicationinsights-profiler-agent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Application Insights for Java

Build & Unit Tests Smoke Tests
Build + Unit Tests Smoke Tests

Introduction

This is the repository of the Java SDK for Azure Application Insights. Application Insights is a service that monitors the availability, performance and usage of your application. The SDK sends telemetry about the performance and usage of your app to the Application Insights service where your data can be visualized in the Azure Portal. The SDK automatically collects telemetry about HTTP requests, dependencies, and exceptions. You can also use the SDK to send your own events and trace logs.

For more information please refer to:

The following packages are built in this repository:

Base API and channel: Web applications instrumentation: Application Insights SpringBoot Starter:
applicationinsights-core applicationinsights-web applicationinsights-spring-boot-starter
Logback adaptor: Log4J 2 adaptor: Log4J 1.2 adaptor:
applicationinsights-logging-logback applicationinsights-logging-log4j2 applicationinsights-logging-log4j1_2

To upgrade to the latest SDK

After you upgrade, you'll need to merge back any customizations you made to ApplicationInsights.xml. Take a copy of it to compare with the new file.

If you're using Maven or Gradle

  1. If you specified a particular version number in pom.xml or build.gradle, update it.
  2. Refresh your project's dependencies.

Otherwise

Compare the old and new ApplicationInsights.xml. Many of the changes you see are because we added and removed modules. Reinstate any customizations that you made.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

com.microsoft.azure

Microsoft

Open source projects and samples from Microsoft

Versions

Version
0.2.0