google-nomulus/javatests/google/registry/dns
guyben 6e4b2bd6a8 Add metric for DNS UPDATE latency
Added:
- dns/update_latency, which measures the time since a DNS update was added to the pull queue until that updates is committed to the DnsWriter
- - It doesn't check that after being committed, it was actually published in the DNS.

- dns/publish_queue_delay, which measures how long since the initial insertion to the push queue until a publishDnsUpdate action was handled. It measures both for successes (which is what we care about) and various failures (which are important because the success for that publishDnsUpdate will be > than any of the previous failures)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=185995678
2018-02-20 15:54:15 -05:00
..
writer Fix in-baliwick nameserver check bug in CloudDnsWriter 2018-02-20 15:15:57 -05:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
DnsInjectionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
DnsQueueTest.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsTestComponent.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PublishDnsUpdatesActionTest.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
ReadDnsQueueActionTest.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
RefreshDnsActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00