Interface CamundaRestMetrics


public interface CamundaRestMetrics
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    requestFinished(int 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 exception)
     
    void
    requestStarted(String method, String pathTemplate, String host, String scheme)
     
  • Method Details

    • requestStarted

      void requestStarted(String method, String pathTemplate, String host, String scheme)
    • requestFinished

      void requestFinished(int 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, @Nullable Throwable exception)