Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
  • Loading branch information
ansrivas committed Jul 4, 2020
1 parent 916f00e commit 1db29a3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# FiberPrometheus
# fiberprometheus

A prometheus middleware for gofiber.

![Release](https://img.shields.io/github/release/ansrivas/fiberprometheus.svg)
[![Discord](https://img.shields.io/badge/discord-join%20channel-7289DA)](https://gofiber.io/discord)
![Test](https://github.com/ansrivas/fiberprometheus/workflows/Test/badge.svg)
![Security](https://github.com/ansrivas/fiberprometheus/workflows/Security/badge.svg)
![Linter](https://github.com/ansrivas/fiberprometheus/workflows/Linter/badge.svg)

Following metrices are available by default:
```
http_requests_total
http_request_duration_seconds
http_requests_in_progress_total
```

### Install
```
go get -u github.com/gofiber/fiber
Expand Down

0 comments on commit 1db29a3

Please sign in to comment.