mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 03:06:01 +02:00
Add instrumentation implementation
The instrumentation implementation adds the ability to track counters for dimensional data in the codebase. Instrumentation points will be added to different parts of the codebase in upcoming CLs. The ability to export the data to Stackdriver will also be added in an upcoming CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130195199
This commit is contained in:
parent
3efe09616c
commit
82ab624b36
2 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,7 @@ java_library(
|
|||
"//java/google/registry/mapreduce",
|
||||
"//java/google/registry/mapreduce/inputs",
|
||||
"//java/google/registry/model",
|
||||
"//java/google/registry/monitoring/metrics",
|
||||
"//java/google/registry/request",
|
||||
"//java/google/registry/request:modules",
|
||||
"//java/google/registry/util",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue