Merge pull request #531 from ashish-amarnath/add-backup-metrics

Add metrics package to publish metrics
This commit is contained in:
Andy Goldstein
2018-06-13 16:33:30 -04:00
committed by GitHub
89 changed files with 14442 additions and 14 deletions
+4 -3
View File
@@ -14,9 +14,10 @@ ark server [flags]
### Options
```
-h, --help help for server
--log-level the level at which to log. Valid values are debug, info, warning, error, fatal, panic. (default info)
--plugin-dir string directory containing Ark plugins (default "/plugins")
-h, --help help for server
--log-level the level at which to log. Valid values are debug, info, warning, error, fatal, panic. (default info)
--metrics-address string the address to expose prometheus metrics (default ":8085")
--plugin-dir string directory containing Ark plugins (default "/plugins")
```
### Options inherited from parent commands