Giter Site home page Giter Site logo

bygui86 / spring-actuator Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 177 KB

SpringActuator sample project

License: Apache License 2.0

Java 94.06% TSQL 5.94%
spring spring-boot spring-actuator lombok maven mavenw prometheus grafana micrometer postman

spring-actuator's Introduction

Spring Boot Actuator

Subprojects


Run

  1. Start Prometheus - IN PROGRESS

    docker run -d --name prometheus -v $DOCKER_HOST_CONFIG/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml -v $DOCKER_HOST_DATA/prometheus:/prometheus -p 9090:9090 prom/prometheus --config.file=/etc/prometheus/prometheus.yml
    
  2. Start Grafana - IN PROGRESS

    docker run -d --name grafana --restart always -v $DOCKER_HOST_DATA/grafana:/var/lib/grafana -e GF_USERS_ALLOW_SIGN_UP=$GF_USERS_ALLOW_SIGN_UP -e GF_SECURITY_ADMIN_PASSWORD=$GF_SECURITY_ADMIN_PASSWORD -p 3000:3000 grafana/grafana
    
  3. Start Boot Admin server

    cd ./spring-boot-admin-server
    mvnw clean spring-boot:run
    
  4. Start application

    cd ./spring-boot-actuator
    mvnw clean spring-boot:run
    

TODOs

  • implement micrometer with prometheus and grafana
  • integrate sleuth for tracing
  • expose logs (?)

Links

Actuator

Boot Admin

Micrometer

Collaterals

Samples

Grafana

Prometheus

Monitoring

spring-actuator's People

Contributors

bygui86 avatar mab-fyayc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.