Skip to content

Commit

Permalink
add gin-go-metrics to readme (#181)
Browse files Browse the repository at this point in the history
* add gin-go-metrics to readme

* add go-gin-prometheus
  • Loading branch information
paskal authored and appleboy committed May 10, 2019
1 parent b598696 commit 87e961e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [ginception](https://github.com/kubastick/ginception) - Nice looking exception page
+ [gin-inspector](https://github.com/fatihkahveci/gin-inspector) - Gin middleware for investigating http request.
+ [gin-dump](https://github.com/tpkeeper/gin-dump) - Gin middleware/handler to dump header/body of request and response. Very helpful for debugging your applications.
+ [go-gin-prometheus](https://github.com/zsais/go-gin-prometheus) - Gin Prometheus metrics exporter
+ [gin-go-metrics](https://github.com/bmc-toolbox/gin-go-metrics) - Gin middleware to gather and store metrics using [rcrowley/go-metrics](https://github.com/rcrowley/go-metrics)

0 comments on commit 87e961e

Please sign in to comment.