mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Add metrics for the command used in the registry CLI tool
Puts the metric in <project>/tools/commands_called It counts the use of the tool, with the following labels: - environment - tool (nomulus/gtech) - command called (class name) - success true/false - from the shell true/false ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212879670
This commit is contained in:
parent
e72f5c09a2
commit
414b2e4db1
6 changed files with 145 additions and 4 deletions
|
@ -2,4 +2,7 @@ handlers = java.util.logging.ConsoleHandler
|
|||
.level = INFO
|
||||
com.google.wrappers.base.GoogleInit.level = WARNING
|
||||
com.google.monitoring.metrics.MetricRegistryImpl.level = WARNING
|
||||
com.google.monitoring.metrics.MetricReporter.level = WARNING
|
||||
com.google.monitoring.metrics.MetricExporter.level = WARNING
|
||||
com.google.monitoring.metrics.stackdriver.StackdriverWriter.level = WARNING
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue