Interface MetricsService


public interface MetricsService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<String>
    getMetrics(String zapTraceSpan)
    Get metrics of an instance
  • Method Details

    • getMetrics

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