google-nomulus/java/google/registry/flows/host
mcilwain bb67841884 Add metrics for async batch operation processing
We want to know how long it's actually taking to process asynchronous
contact/host deletions and DNS refreshes on host renames. This adds
instrumentation. Five metrics are recorded as follows:

* An incrementable metric for each async task processed (split out by
  type of task and result).
* Two event metrics for processing time between when a task is enqueued
  and when it is processed -- tracked separately for contact/host
  deletion and DNS refresh on host rename.
* Two event metrics for batch size every time the two mapreduces are
  run (this is usually 0). Tracked separately for contact/host deletion
  and DNS refresh on host rename.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=157001310
2017-06-05 18:17:09 -04:00
..
HostCheckFlow.java Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00
HostCreateFlow.java Fix bug which allowed creation of hosts with superordinate domains in pending delete state. 2017-05-03 11:03:23 -04:00
HostDeleteFlow.java Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00
HostFlowUtils.java Fix message for SuperordinateDomainInPendingDeleteException 2017-05-23 17:22:49 -04:00
HostInfoFlow.java Make FlowRunner log ICANN activity report field name 2017-03-27 13:32:57 -04:00
HostUpdateFlow.java Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00