Interface HealthService


public interface HealthService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<HealthCheck>
    getHealth(String zapTraceSpan)
    Get the health of an instance
  • Method Details

    • getHealth

      @GET("health") retrofit2.Call<HealthCheck> getHealth(@Header("Zap-Trace-Span") String zapTraceSpan)
      Get the health of an instance
      Parameters:
      zapTraceSpan - OpenTracing span context (optional)
      Returns:
      Call<HealthCheck>