google-nomulus/java/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 metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
DnsConstants.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsMetrics.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsModule.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsQueue.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsWriterProxy.java Requeue domains on wrong DnsWriter. 2017-12-13 12:43:45 -05:00
PublishDnsUpdatesAction.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
ReadDnsQueueAction.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
RefreshDnsAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00