๐Ÿ“ฆ go-chi / telemetry

Telemetry middleware for Go services via Prometheus

โ˜… 25 stars โ‘‚ 10 forks ๐Ÿ‘ 25 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/go-chi/telemetry.git
HTTPS git clone https://github.com/go-chi/telemetry.git
SSH git clone git@github.com:go-chi/telemetry.git
CLI gh repo clone go-chi/telemetry
Vojtech Vitek Vojtech Vitek Fix typo 43cd01e 8 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ _examples
๐Ÿ“„ config.go
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ http.go
๐Ÿ“„ ip_utils.go
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ telemetry.go
๐Ÿ“„ README.md

telemetry =========

Go package to simplify recording metrics in a Prometheus compatible format. Its based on github.com/uber-go/tally/v4/prometheus.

Checkout the example for more details.