public interface HealthService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<HealthCheck> |
getHealth(String zapTraceSpan)
Get the health of an instance
|
@GET(value="health") retrofit2.Call<HealthCheck> getHealth(@Header(value="Zap-Trace-Span") String zapTraceSpan)
zapTraceSpan
- OpenTracing span context (optional)Copyright © 2018–2019 InfluxData, Inc.. All rights reserved.