Giter Site home page Giter Site logo

alexey-lapin / spring-boot-startup-analyzer Goto Github PK

View Code? Open in Web Editor NEW
21.0 2.0 2.0 4.53 MB

Spring Boot startup (actuator endpoint) analyzer

Home Page: https://alexey-lapin.github.io/spring-boot-startup-analyzer/

License: MIT License

JavaScript 0.87% HTML 0.92% Vue 66.35% TypeScript 28.75% Dockerfile 1.24% Shell 0.83% CSS 1.03%
spring-boot startup spring

spring-boot-startup-analyzer's Introduction

spring-boot-startup-analyzer

The spring-boot-startup-analyzer is an in-browser parser and visualizer for the Spring Boot Actuator startup endpoint JSON output.

Usage

  1. Go to the app on GitHub Pages.
  2. Choose one of the options to provide the startup endpoint JSON output:
    • Provide a link to the startup endpoint. This could be from localhost or an internet-accessible service. Ensure CORS and security settings are configured correctly. For more details, see the usage section.
    • Select a file from your device.
    • Paste JSON directly into the text area.
    • Use example by clicking on the "Load sample data" button.
  3. Review the data in either table or tree view format.

Development

The app is built on Vue.js 3, PrimeVue, Vite, and TypeScript.

Use npm run dev to launch the development server and go to localhost:5173.

Docker

This app is also available as an Nginx-based Docker image:
docker run -d --name sbsa -p 8080:80 lexlapin/spring-boot-startup-analyzer

To run it behind a reverse proxy:
docker run -d --name sbsa -p 8080:80 -e UI_PUBLIC_PATH=/some-path lexlapin/spring-boot-startup-analyzer

spring-boot-startup-analyzer's People

Contributors

alexey-lapin avatar smec-cgint avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

spring-boot-startup-analyzer's Issues

Docker image doesn't start

docker run --name sbsa -p 8080:8089 lexlapin/spring-boot-startup-analyzer
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/00-ui-replace-placeholders.sh
sed: /usr/share/nginx/html/assets/index.*.js: No such file or directory

Add ability to filter summaries less that 100ms

There is a lot of noise in the startup JSON. It would be nice to hide or just dim entries that are under a configurable threshold.

Also formatting all numbers to the same decimal places (1 or 2) would make it much easier to scan the numbers.

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.