https://github.com/longsleep/go-metrics
Helper functions for metrics in Go servers
https://github.com/longsleep/go-metrics
go golang hacktoberfest http metrics prometheus timing
Last synced: about 1 year ago
JSON representation
Helper functions for metrics in Go servers
- Host: GitHub
- URL: https://github.com/longsleep/go-metrics
- Owner: longsleep
- License: bsd-3-clause
- Created: 2017-07-06T18:33:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T01:47:50.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:38:56.565Z (over 1 year ago)
- Topics: go, golang, hacktoberfest, http, metrics, prometheus, timing
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-metrics [](https://travis-ci.org/longsleep/go-metrics) [](https://godoc.org/github.com/longsleep/go-metrics)
Go-metrics implements a bunch of helper functions for metrics in Go servers.
## Installation
```text
go get github.com/longsleep/go-metrics
```