/springboot-war-prometheus

Spring Boot WAR HelloWorld with monitoring on Prometheus

Primary LanguageJavaMIT LicenseMIT

UNDER DEVELOPMENT

Spring Boot WAR with monitoring on Prometheus

Feature tags

  • actuator
  • maven
  • prometheus
  • spring-boot
  • starter
  • template
  • war

Direct ancestor

- actuator,prometheus

Direct descendant

+ gelf, logback


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Run

  1. Build the WAR file by running the Maven command:
mvn clean package
  1. Copy the resulting springboot-war-prometheus.war file to the webapps directory of your Tomcat server.

  2. Start the Tomcat server by executing the appropriate startup script for your operating system. For example, run startup.sh (for Unix) or startup.bat (for Windows).

  3. After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-prometheus/hello.

License

Licensed under the MIT license


SOFTSPIDERS