Package dev.reuss.tmdb.core.metrics
Interface TmdbMetricsRecorder
public interface TmdbMetricsRecorder
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidrecordMappingFailed(String method, String path, Class<?> responseType, Throwable exception) voidrecordRequestFailed(String method, String path, Throwable exception, Duration duration) voidrecordRequestFinished(String method, String path, int statusCode, Duration duration, long responseBytes) voidrecordRequestStarted(String method, String path)
-
Field Details
-
NOOP
-
-
Method Details
-
recordRequestStarted
-
recordRequestFinished
-
recordRequestFailed
-
recordMappingFailed
-