This commit is contained in:
Stephane Nicoll
2019-08-23 13:44:24 +02:00
parent 28e1b90735
commit 52bcdac7b0

View File

@@ -47,12 +47,12 @@ public class HealthEndpointProperties extends HealthProperties {
public static class Group extends HealthProperties {
/**
* The health indicator IDs to include. Use '*' if you want to include all.
* Health indicator IDs that should be included or '*' for all.
*/
private Set<String> include;
/**
* The health indicator IDs to exclude. Use '*' if you want to exclude all.
* Health indicator IDs that should be excluded or '*' for all.
*/
private Set<String> exclude;