Joao Evangelista
Joao Evangelista

Reputation: 2465

How to customize Spring Boot Actuator endpoints

I'm trying to implement Spring Boot Actuator on a non "Boot Application", is there a way to configure a pattern to endpoints like endpoint/health,endpoint/metrics? Then I'll create a second realm in my existing Spring Security configuration, I tried the documentation but I could not find a thing about.

Thanks.

Upvotes: 2

Views: 2408

Answers (1)

Dave Syer
Dave Syer

Reputation: 58124

Did you mean management.contextPath=/endpoint (docs here)?

Upvotes: 3

Related Questions