From fb54ecaaaf2ff1d68339a320e90284d99db7e03e Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Mon, 18 Mar 2019 19:36:45 +0100 Subject: [PATCH] Fix title Signed-off-by: Xabier Larrakoetxea --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f3f4308..f714fee 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# go-http-middleware [![Build Status][travis-image]][travis-url] [![Go Report Card][goreport-image]][goreport-url] [![GoDoc][godoc-image]][godoc-url] +# go-http-metrics [![Build Status][travis-image]][travis-url] [![Go Report Card][goreport-image]][goreport-url] [![GoDoc][godoc-image]][godoc-url] go-http-metrics knows how to measure http metrics in different metric formats, it comes with a middleware that will measure metrics of a Go net/http handler. The metrics measured are based on [RED] and/or [Four golden signals], follow standards and try to be measured in a efficient way.