Questions tagged [spring-boot-admin]

spring boot admin is a project by codecentric to manage and monitor spring boot application

This community project provides an admin interface for Spring Boot ® applications.

It provides the following features for registered application.

  • Show health status
  • Show details, like
    • JVM & memory metrics
    • micrometer.io metrics
    • Datasource metrics
    • Cache metrics
  • Show build-info number
  • Follow and download logfile
  • View jvm system- & environment-properties
  • Support for Spring Cloud's postable /env- &/refresh-endpoint
  • Easy loglevel management
  • Interact with JMX-beans
  • View thread dump
  • View http-traces
  • View auditevents
  • View Http-Endpoints
  • View Scheduled Tasks
  • View and delete active sessions (using spring-session)
  • View Flyway / Liquibase database migrations
  • Download heapdump
  • Notification on status change (via e-mail, Slack, Hipchat, ...)
  • Event journal of status changes (non persistent)

Getting Started

A quick guide to get started can be found in our docs.

344 questions
-1
votes
1 answer

Can't access spring boot admin behind zuul gateway

My spring boot admin is not accessible through zuul gateway, he shows me Cors origin problem (screenshot) But it works fine from his own host ! Spring boot admin version 2.4.1 Spring boot version 2.4. Github project for more info :…
-1
votes
1 answer

spring boot admin 401 when service enable spring security bcryptpasswordencoder

This is the spring security condfig http .cors() .and() .csrf().disable() .authorizeRequests() .antMatchers(ignores).permitAll() .anyRequest().authenticated() .and().exceptionHandling().authenticationEntryPoint(unauthorizedHandler) …
shuan
  • 136
  • 1
  • 13
-1
votes
1 answer

No name matching localhost found

there When using spring boot admin to monitor my local ssl app. it always show me the error "No name matching localhost found". I enabled ssl communication both of my local ssl app(as admin client) and admin server app. and admin client was…
-1
votes
2 answers

To develop the ui on Spring Boot Admin Server

I would like to do some personalized development on spring-boot-admin-server-ui.According to README prompt,my configuration file is as follows: spring: boot: admin: ui: cache: no-cache: true resource-locations:…
-1
votes
1 answer

Spring Boot Admin: No option to refresh configuration

I am trying to integrate spring-boot-admin with an existing project which is using actuator and spring cloud config server. I am able to change the external property file and send a post request to /refresh endpoint from postman. It works fine and I…
Agam
  • 1,015
  • 2
  • 11
  • 21
-1
votes
2 answers

process multiple object read through ItemReader at same time(concurrently) with Spring batch

I am trying to read data from the database, and run process on each object concurrently. My config as below, @Bean public Job job() { return jobBuilderFactory.get("job").incrementer(new RunIdIncrementer()).listener(new Listener(videoDao)) …
-1
votes
1 answer

Handle upgrades with spring boot admin

I am using SBA for monitoring our microservices within AWS ecs clusters. All looks OK, except upgrades, e.g when we spin new version of service we shutdown the old one once it becomes healthy. The thing is that the old one is shown as down and…
user3485142
  • 151
  • 1
  • 6
-1
votes
2 answers

Run Java spring application

I would like run in shell spring-boot-admin-sample application: https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-samples/spring-boot-admin-sample/ But when I compile and run application by commands: mvn package java…
mjablecnik
  • 182
  • 1
  • 14
-2
votes
1 answer

Spring boot admin client: Is there planned date for support Spring boot 3.0?

There is no version of Spring boot admin client for Spring boot 3.0. Is there planned release? I'm trying to monitor my application in Spring boot 3 with Spring boot admin client. I would like to say, it is brilliant tool and thanks maintainers for…
-2
votes
3 answers

How to migrate spring boot admin server and client into one spring boot application

I'm using spring boot admin to monitor my springboot application, it's pretty good. But I need to start spring boot admin server firstly and then start my application which contains spring boot client. Is there a way to contain the spring boot…
Allen4Tech
  • 2,094
  • 3
  • 26
  • 66
-2
votes
1 answer

Kubernetes + Spring admin UI + Eureka not working

Using Spring Admin + Eureka to monitor all micro-service and deploy it in Kubernetes; Spring Admin UI and discover all micro-service instances, but can't check detail of each instance, check detail network, we can see the service health check has…
Levi Li
  • 1
  • 1
-3
votes
1 answer

Failed to determine a suitable driver class- Springboot 2.7.9

Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
-3
votes
1 answer

Spring boot documentation Update

Recently I have encountered a performance problem with spring-boot embedded tomcat. Later I found APR libraries improved the performance and execution problem. I have update my comments in below link; Spring Boot Embedded Tomcat Performance Is it…
Peter Jerald
  • 723
  • 2
  • 8
  • 24
-4
votes
3 answers

what is Spring boot Admin

I am exploring about jmx. I read about jmx I got JMX is using for monitoring application or device. For monitoring spring boot Application I got two option one is Spring Boot Actuator and Spring Boot Admin. I refer following link for Spring Boot…
SpringUser
  • 1,351
  • 4
  • 29
  • 59
1 2 3
22
23