Description Failed to `exclude /actuator/**` the HTTP trace
When only management-base-URL is configured, the Springboot-admin tool cannot filter the option of exclude /actuator/**,
When prefer-IP and management-base-URL are configured simultaneously, You can use the Exclude function
Use version:
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.6.7</version>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.5.1</version>
@joshiste
@erikpetzold
Hi @wangpeicong1998,
A little bit more information is required to check your issue. How are client and server deployed and communicating with each other (war/standalone/servlet/docker etc.)? Please provide a test case or sample application and/or configuration file if possible. Ideally, you could provide us with a repository that we can use to reproduce the error.
Regards, Uli
@wangpeicong1998
Hi @wangpeicong1998,
since we're not receiving any response, we're closing this issue right now.
Some hints that might solve your problem:
The filter 'actuator/**' is shown if the managementUrl includes the registered serviceUrl. This means for instance, if you configure separate application and management ports, you won't find this filter (which might be your case). A solution for you might be configuring spring.boot.admin.client.instance.service-url.
Regards, Uli