Package google.registry.flows
Class EppMetrics
java.lang.Object
google.registry.flows.EppMetrics
EPP Instrumentation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
incrementEppRequests
(EppMetric metric) Increments the counters which tracks EPP requests.void
recordProcessingTime
(EppMetric metric) Records the server-side processing time for an EPP request.
-
Constructor Details
-
EppMetrics
@Inject public EppMetrics()
-
-
Method Details
-
incrementEppRequests
Increments the counters which tracks EPP requests.- See Also:
-
recordProcessingTime
Records the server-side processing time for an EPP request.
-