added infomrations

This commit is contained in:
lucio 2024-02-22 11:20:57 +01:00
parent f5d8522e47
commit ff70a6a400
1 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,16 @@ import org.gcube.common.health.api.response.HealthCheckResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
* this class is used to add checks about components used by the service (DB, external FS, other services etc. )
* and automatically exposed using the REST method webapp/gcube/resources/health
*
*
* @author lucio
*
*/
@ReadinessChecker
public class CreateTempFileCheck implements HealthCheck{