spring-boot-admin Questions
4
Solved
I was trying to enable Spring boot admin server for my application. The default settings work perfectly fine but when I attempt to enable security, I am getting following error:
APPLICATION ...
Barde asked 19/11, 2019 at 8:14
2
I have setup a SpringBootAdmin server, and trying to register an application with SpringBootAdmin client. It does not seem to be registering.
Do I neccesarily have to register with Eureka?
How do...
Lath asked 12/6, 2018 at 2:28
3
In what way can I avoid certificate validation in spring-boot-admin?
Link error image:
https://ibb.co/fkZu8y
I configure the RestTemplate for avoid the certificate in a class, but I do not know h...
Exhaust asked 13/5, 2018 at 20:56
3
Solved
I am trying to collect metrics for my Spring Boot(2.1.0.RELEASE) Application. Specifically, I want to know
No of times individual REST endpoints were called.
Time taken by each of those endpoint...
Escobar asked 11/7, 2019 at 10:50
4
env:
case 1:
client : springboot(1.5.12.RELEASE) + spring-boot-admin-starter-client 1.5.7
admin: springboot(2.1.1.RELEASE) + spring-boot-admin-starter-server 2.1.1
when i run client,and refresh a...
Kronstadt asked 4/12, 2018 at 3:17
1
Solved
I'm building the Spring Boot Admin code and getting the below error.
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0...
Azoic asked 4/5, 2021 at 8:15
4
Solved
I'm currently running Spring Boot Admin on my local machine for testing purposes and I'm getting the following error nonstop. The application itself seems to be working fine, but my logs are gettin...
Zina asked 4/10, 2016 at 15:24
1
I have several applications monitored under Spring Boot Admin. Spring Boot Admin is great at telling me if an application is up or down and other various metrics.
I would also like to know that cer...
Works asked 19/3, 2021 at 16:11
2
Solved
I'm trying to run spring-boot-admin on ECS Fargate - and after a few minutes the server dies and the logs are filled with 'too many open files in system' errors.
I'm using spring-boot 2.3.1, and ha...
Simplify asked 30/6, 2020 at 10:12
3
Solved
I am using Spring Boot Actuator dependency to get insights of application. For that, I have used Spring Boot Admin. Configuration for client-server is working fine. I have to measure the count, tot...
Studio asked 29/7, 2019 at 4:25
2
I've spring boot applications secured by oAuth2, I am able to access applications from spring boot admin only when actuator endpoints are not secured. I've checked the security samples on github ev...
Drislane asked 5/7, 2017 at 15:5
3
After the registration at the Spring Boot Admin (SBA) Server, some actuators of the clients get adressed with http://springapplication.com/actuator instead of https://springapplication.com/actuator...
Genagenappe asked 2/7, 2018 at 12:54
1
I am looking to add a custom tab to spring boot admin server following the documentation at http://codecentric.github.io/spring-boot-admin/2.1.1/#customizing-custom-views-instance
However the docu...
Evy asked 21/11, 2018 at 19:8
4
I wanted to control the microservices that are running in the Eureka server. I used spring-boot-admin for this, but I am getting the error on accessing the information about the Trace,Log etc...
T...
Poul asked 7/3, 2017 at 12:15
1
Solved
I try to run Eureka Server and Spring Boot Admin Server in one Application (SBA Docu says this is possible). Eureka is working as intended but the Admin App still shows zero Applications.
Spring B...
Sweptwing asked 25/6, 2018 at 13:15
0
I have a REST API developed using spring MVC and Dropwizard. I have created healthchecks using the Dropwizard framework. Now I looking how to register this API to Springboot admin so that I can see...
Crock asked 2/3, 2018 at 16:43
1
Solved
I have a simple Spring Boot application using Spring Cloud Stream Rabbit and Eureka Discovery Client. The application works fine together with Eureka Server, and the messaging over RabbitMQ is also...
Ozoniferous asked 21/6, 2017 at 18:11
1
Solved
I am setting up the spring boot admin using spring cloud. Now I have set up a stand alone eureka server and one spring boot admin and some spring boot apps as admin clients. If I don't set manageme...
Analysis asked 9/11, 2016 at 10:39
1
© 2022 - 2024 — McMap. All rights reserved.