Skip to content

Commit b374494

Browse files
committed
Update readme
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
1 parent 17e261f commit b374494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go-http-metrics [![Build Status][travis-image]][travis-url] [![Go Report Card][goreport-image]][goreport-url] [![GoDoc][godoc-image]][godoc-url]
1+
# go-http-metrics [![Build Status][github-actions-image]][github-actions-url] [![Go Report Card][goreport-image]][goreport-url] [![GoDoc][godoc-image]][godoc-url]
22

33
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.
44

@@ -202,8 +202,8 @@ BenchmarkMiddlewareHandler/benchmark_with_grouped_status_code.-4 1000000
202202
BenchmarkMiddlewareHandler/benchmark_with_predefined_handler_ID-4 1000000 1258 ns/op 256 B/op 6 allocs/op
203203
```
204204

205-
[travis-image]: https://travis-ci.org/slok/go-http-metrics.svg?branch=master
206-
[travis-url]: https://travis-ci.org/slok/go-http-metrics
205+
[github-actions-image]: https://github.com/slok/go-http-metrics/workflows/Go/badge.svg
206+
[github-actions-url]: https://github.com/slok/go-http-metrics/actions
207207
[goreport-image]: https://goreportcard.com/badge/github.com/slok/go-http-metrics
208208
[goreport-url]: https://goreportcard.com/report/github.com/slok/go-http-metrics
209209
[godoc-image]: https://godoc.org/github.com/slok/go-http-metrics?status.svg

0 commit comments

Comments
 (0)