https://github.com/flipperdevices/go-metric
Server for metric from application
https://github.com/flipperdevices/go-metric
Last synced: about 1 year ago
JSON representation
Server for metric from application
- Host: GitHub
- URL: https://github.com/flipperdevices/go-metric
- Owner: flipperdevices
- Created: 2022-06-20T19:01:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T17:16:37.000Z (over 1 year ago)
- Last Synced: 2025-04-01T03:51:14.543Z (about 1 year ago)
- Language: Go
- Size: 142 KB
- Stars: 4
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
### MacOS
For open project you should install golang:
```bash
brew install golang
```
In order to generate protobuf files you must first install the dependencies:
```bash
brew install protobuf
brew install protoc-gen-go
```