Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daheige/stat
golang prometheus metrics
https://github.com/daheige/stat
api golang http metrics prometheus rpc stat web
Last synced: 24 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T11:58:59.000Z (about 4 years ago)
- Last Synced: 2024-11-11T15:42:37.371Z (3 months 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.
# usageSee stat_test.go for usage
# License
MIT