Spring Prometheus - de314/copy-pasta-tutorials GitHub Wiki

Development

build.gradle

implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'

src/main/resources/application.yml

management:
  endpoints.web.exposure.include: health,info,metrics,prometheus

Infrastructure

Resources