ru.tinkoff.kora.resilient.timeout.telemetry.TimeoutMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resilient-timeout Show documentation
Show all versions of resilient-timeout Show documentation
Kora resilient-timeout module
package ru.tinkoff.kora.resilient.timeout.telemetry;
import javax.annotation.Nonnull;
public interface TimeoutMetrics {
void recordTimeout(@Nonnull String name, long timeoutInNanos);
}