mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 06:24:07 +02:00
Add Markdown documentation for WHOIS metrics
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149551067
This commit is contained in:
parent
b05afd2153
commit
9c33245200
1 changed files with 13 additions and 8 deletions
|
@ -7,21 +7,25 @@ production registry system.
|
||||||
|
|
||||||
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs/) is used to
|
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs/) is used to
|
||||||
instrument internal state within the Nomulus internal environment. This is
|
instrument internal state within the Nomulus internal environment. This is
|
||||||
broadly called white-box monitoring. Currently, EPP and DNS are instrumented.
|
broadly called white-box monitoring. EPP, DNS, and WHOIS are instrumented. The
|
||||||
The metrics monitored are as follows:
|
metrics monitored are as follows:
|
||||||
|
|
||||||
* `/custom/epp/requests` -- A count of EPP requests, described by command
|
|
||||||
name, client id, and return status code.
|
|
||||||
* `/custom/epp/processing_time` -- A
|
|
||||||
[Distribution](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue#Distribution)
|
|
||||||
representing the processing time for EPP requests, described by command
|
|
||||||
name, client id, and retujrn status code.
|
|
||||||
* `/custom/dns/publish_domain_requests` -- A count of publish domain requests,
|
* `/custom/dns/publish_domain_requests` -- A count of publish domain requests,
|
||||||
described by the target TLD and the return status code from the underlying
|
described by the target TLD and the return status code from the underlying
|
||||||
DNS implementation.
|
DNS implementation.
|
||||||
* `/custom/dns/publish_host_requests` -- A count of publish host requests,
|
* `/custom/dns/publish_host_requests` -- A count of publish host requests,
|
||||||
described by the target TLD and the return status code from the underlying
|
described by the target TLD and the return status code from the underlying
|
||||||
DNS implementation.
|
DNS implementation.
|
||||||
|
* `/custom/epp/requests` -- A count of EPP requests, described by command
|
||||||
|
name, client id, and return status code.
|
||||||
|
* `/custom/epp/processing_time` -- A [Distribution][distribution] representing
|
||||||
|
the processing time for EPP requests, described by command name, client id,
|
||||||
|
and retujrn status code.
|
||||||
|
* `/custom/whois/requests` -- A count of WHOIS requests, described by command
|
||||||
|
name, number of returned results, and return status code.
|
||||||
|
* `/custom/whois/processing_time` -- A [Distribution][distribution]
|
||||||
|
representing the processing time for WHOIS requests, described by command
|
||||||
|
name, number of returned results, and return status code.
|
||||||
|
|
||||||
Follow the guide to [set up a Stackdriver
|
Follow the guide to [set up a Stackdriver
|
||||||
account](https://cloud.google.com/monitoring/accounts/guide) and associate it
|
account](https://cloud.google.com/monitoring/accounts/guide) and associate it
|
||||||
|
@ -141,5 +145,6 @@ anti-abuse efforts. This is covered in Specification 11 of the
|
||||||
|
|
||||||
The Nomulus release does not generate these reports.
|
The Nomulus release does not generate these reports.
|
||||||
|
|
||||||
|
[distribution]: https://cloud.google.com/monitoring/api/ref_v3/rest/v3/TypedValue#Distribution
|
||||||
[registry-agreement]: https://newgtlds.icann.org/sites/default/files/agreements/agreement-approved-09jan14-en.pdf
|
[registry-agreement]: https://newgtlds.icann.org/sites/default/files/agreements/agreement-approved-09jan14-en.pdf
|
||||||
[spec-11]: https://newgtlds.icann.org/en/applicants/agb/base-agreement-specs-pic-faqs
|
[spec-11]: https://newgtlds.icann.org/en/applicants/agb/base-agreement-specs-pic-faqs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue