Package google.registry.whois
Class WhoisMetrics
java.lang.Object
google.registry.whois.WhoisMetrics
Instrumentation for WHOIS requests.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
A value class for recording attributes of a WHOIS metric. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Records the givenWhoisMetrics.WhoisMetric
and its associated processing time.
-
Constructor Details
-
WhoisMetrics
@Inject public WhoisMetrics()
-
-
Method Details
-
recordWhoisMetric
Records the givenWhoisMetrics.WhoisMetric
and its associated processing time.
-