Skip to content

chanseokoh/spring-boot-prometheus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Application with Prometheus

This repo contains a simple Spring Boot application that publishes Proemtheus-style metrics.

Java Application

Deploy to Kubernetes

  • Build and push Docker image:

    mvn -f app/pom.xml package jib:build
    
  • Build to Docker daemon:

    mvn -f app/pom.xml package jib:dockerBuild
    
  • Deploy to k8s:

    helm install --name myapp chart
    

About

Prometheus-style metrics for a Spring Boot application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%