Package google.registry.proxy.metric
Class BackendMetrics
java.lang.Object
google.registry.proxy.metric.BaseMetrics
google.registry.proxy.metric.BackendMetrics
Backend metrics instrumentation.
-
Field Summary
Fields inherited from class google.registry.proxy.metric.BaseMetrics
DEFAULT_LATENCY_FITTER, DEFAULT_SIZE_FITTER, LABELS
-
Method Summary
Modifier and TypeMethodDescriptionvoid
requestSent
(String protocol, String certHash, int bytes) void
responseReceived
(String protocol, String certHash, io.netty.handler.codec.http.FullHttpResponse response, org.joda.time.Duration latency)
-
Method Details
-
requestSent
-
responseReceived
@NonFinalForTesting public void responseReceived(String protocol, String certHash, io.netty.handler.codec.http.FullHttpResponse response, org.joda.time.Duration latency)
-