Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1005 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 1005 Bytes

Observability of Spring Boot with Grafana Stack

Observability of spring boot service using spring actuator, prometheus, grafana, loki,tempo and docker compose support

Observability Grafana Stack (1)

Technologies

Setup & Running

  • Ensure you have Java 21 and Maven installed on your system
  • Clone the repository
    git clone [repository-url]
  • Go into the project directory
   cd [repository-name]
  • Run the application
   mvn spring-boot:run

Testing

   mvn test