diff options
Diffstat (limited to 'ui/metrics/metrics.go')
| -rw-r--r-- | ui/metrics/metrics.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ui/metrics/metrics.go b/ui/metrics/metrics.go index 8254e4a2a..7f104c879 100644 --- a/ui/metrics/metrics.go +++ b/ui/metrics/metrics.go @@ -25,12 +25,13 @@ import ( ) const ( - RunSetupTool = "setup" - RunKati = "kati" - RunSoong = "soong" - PrimaryNinja = "ninja" - TestRun = "test" - Total = "total" + PrimaryNinja = "ninja" + RunKati = "kati" + RunSetupTool = "setup" + RunShutdownTool = "shutdown" + RunSoong = "soong" + TestRun = "test" + Total = "total" ) type Metrics struct { |