Interface HttpClientMetrics


public interface HttpClientMetrics
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    record(int statusCode, long processingTimeNanos, String method, String host, String scheme, String pathTemplate)
    Deprecated.
    default void
    record(Integer statusCode, ru.tinkoff.kora.http.common.HttpResultCode resultCode, String scheme, String host, String method, String pathTemplate, ru.tinkoff.kora.http.common.header.HttpHeaders headers, long processingTimeNanos, Throwable throwable)