Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 883 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 883 Bytes

animated-carnival

An example using Prometheus and Grafana to monitor a Spring Boot microservice.

Build & Run

  • Be sure to set targets in prometheus/prometheus.yml config file to your local IP address
  • docker-compose up --build

Prometheus

Grafana

Test API

  • curl 'http://localhost:8080/addresses' | jq

Resources