Define Stackdriver metrics for premium and reserved lists

This CL defines metrics for both premium and reserved lists, but actually uses only the reserved list metrics. The premium list metrics will be used in a future CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149982639
This commit is contained in:
mountford 2017-03-13 13:31:53 -07:00 committed by Ben McIlwain
parent 5779cc988b
commit 5253f6fd6b
5 changed files with 277 additions and 4 deletions

View file

@ -14,6 +14,7 @@ java_library(
visibility = ["//visibility:public"],
deps = [
"//java/google/registry/config",
"//java/google/registry/monitoring/metrics",
"//java/google/registry/util",
"//java/google/registry/xml",
"//third_party/java/objectify:objectify-v4_1",