From 35076c1b2beaf5f26634fe6468bce6707c3d880a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=94=AE=E5=86=AC?= Date: Mon, 23 Sep 2019 13:42:18 +0800 Subject: [PATCH] Update: add ginprom project (#183) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d953111..7bcbffc 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,6 @@ 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 ++ [go-gin-prometheus](https://github.com/zsais/go-gin-prometheus) - Gin Prometheus metrics exporter ++ [ginprom](https://github.com/chenjiandongx/ginprom) - Prometheus metrics exporter for Gin + [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)