https://github.com/daheige/stat
golang prometheus metrics
https://github.com/daheige/stat
api golang http metrics prometheus rpc stat web
Last synced: about 1 year ago
JSON representation
golang prometheus metrics
- Host: GitHub
- URL: https://github.com/daheige/stat
- Owner: daheige
- License: mit
- Created: 2020-01-03T13:54:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T11:58:59.000Z (over 5 years ago)
- Last Synced: 2025-01-10T00:47:38.864Z (about 1 year ago)
- Topics: api, golang, http, metrics, prometheus, rpc, stat, web
- Language: Go
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# stat package
The stat package is mainly used for prometheus to do RBI monitoring services
for the Go program. Some metrics that need to be monitored are pulled through
prometheus metrics, which can be displayed in real
time through the grafana graphical tool.
# usage
See stat_test.go for usage
# License
MIT