Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Continues integration for Application Insights for Docker image

Notifications You must be signed in to change notification settings

microsoft/ApplicationInsights-Docker-Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is not currently maintained or supported by Microsoft. Check out our official documentation for the latest investments in container monitoring.

Overview

Visual Studio Application Insights for Docker helps you monitor your containerized applications by collecting telemetry about the performance and activity of your Docker host, Docker containers and the applications running within them. The Application Insights container talks to the Docker agent and sends telemetry data back to Application Insights, providing you with diagnostics and data analysis tools.

What data will I get for my containerized apps?

For applications that are not instrumented with an Application Insights SDK:

  • Performance counters with Docker context (Docker host, image and container). In the Application Insights portal, you’ll be able to filter and group the counters by context.
  • Container events such as start, stop, kill.
  • Container error information.

For applications that are instrumented with the Application Insights SDK for Java:

  • All the data mentioned above.
  • The Docker context (Docker host, image and container) is added to all telemetry data types collected by the Application Insights SDK (exceptions, http requests, events). This allows you to filter and segment your data by context.

Supported tags

How to use this Image

  1. Obtain the instrumentation key of your Application Insights resource. (Look in the Essentials drop-down.) If you don’t have a resource, create a new one.
  2. Run the following command, replacing %app_ikey% with your instrumentation key: docker run -v /var/run/docker.sock:/docker.sock -d microsoft/applicationinsights ikey=%app_ikey%
  3. If your application is instrumented with the Application Insights SDK for Java, add the following line into the ApplicationInsights.xml file in your project, under the element:

Note: Only a single container is required per Docker host. If your application is deployed on multiple Docker hosts, then create an instance of this image on every host.

How to see Docker data

To get full Docker experience in Application Insights portal, please read Monitor Docker applications in Application Insights

About

Continues integration for Application Insights for Docker image

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •