github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/cmd/usage/README.md (about) 1 # Usage 2 3 Usage captures usage telemetry from micro 4 5 ## Overview 6 7 Usage is a small net/http server backed by boltdb which captures micro usage telemetry 8 9 - Runs on port :8091 10 - Receives requests to `/usage` in proto format 11 - Backed by boltdb for stateful storage 12 13 ## Usage 14 15 ``` 16 go run main.go 17 ```