, Spring admin , , , , , .
SBAP - , Springboot . Infact, URL- HEALTH/METRICS ACTUATOR, MONITORED , - , .
SBAP METRICS , , , EUREKA, SBAP , - , EUREKA. YAML JAVA
@SpringBootApplication
@EnableDiscoveryClient
@EnableAdminServer
public class SpringbootAdminApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootAdminApplication.class, args);
}
}
bootstrap.yml
eureka:
instance:
leaseRenewalIntervalInSeconds: 10
client:
registerWithEureka: false
fetchRegistry: true
serviceUrl:
defaultZone: http://localhost:8761/eureka/
spring:
boot:
admin:
url: http://localhost:8080
cloud:
config:
enabled: false
, SpringBoot, SBAP, " http://localhost:8080" .