Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcw/rtmetrics
https://github.com/marcw/rtmetrics
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcw/rtmetrics
- Owner: marcw
- License: mit
- Created: 2013-07-24T22:22:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T23:56:08.000Z (over 11 years ago)
- Last Synced: 2024-11-11T06:45:11.834Z (2 months ago)
- Language: Go
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rtmetrics
Collect metrics from the Go runtime and sends them to the metrics service of your choice (metrics, librato, etc)
## Documentation
Documentation is available at [godoc.org](http://godoc.org/github.com/marcw/metrics)
## Example
An example of how to use this library is available here: https://github.com/marcw/rtmetrics-heroku-example
## Contributing
Feel free to open issues or send pull request.
## License
This code is free to use and distribute, under the [MIT
license](https://github.com/marcw/metrics/blob/master/LICENSE).