Skip to content

anishi1222/Codeless-Java-Application-Monitoring-using-Azure-Monitor-Application-Insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codeless Java Application Monitoring using Azure Monitor Application Insights

This is a repository for sample applications used in the following article.

NOTICE

  • These sample applications listen to 8080/tcp. If you use them on the same node, you have to modify listening port for one sample application.
  • The environment variable "MP_URL" should be set before invoking Helidon SE sample application.
    • If the environment variable is not specified, Helidon SE sample application throws exception since this environment variable is used to call an API hosted on Helidon MP sample application.
    • This environment variable is used in specific to GreetingService.java.
    • This exception is described in "unhandled exception" in the passage listed above.
  • ARG "version" in each Dockerfile stands for Application Insights agent version. You should specify it manually in Dockerfile or specify with --build-arg when creating images.

About

Sample to collect telemetries via Azure Application Insights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published