Skip to content

Commit

Permalink
Fix link to prometheus middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Feb 20, 2024
1 parent ef985a7 commit 83f2ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/middleware/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prometheus middleware generates metrics for HTTP requests.

There are 2 versions of Prometheus middleware:

- latest (recommended) https://github.com/labstack/echo-contrib/blob/master/echoprometheus.go
- latest (recommended) https://github.com/labstack/echo-contrib/blob/master/echoprometheus/prometheus.go
- old (deprecated) https://github.com/labstack/echo-contrib/blob/master/prometheus/prometheus.go)

Migration guide from old to newer middleware can found [here](https://github.com/labstack/echo-contrib/blob/master/echoprometheus/README.md).
Expand Down

0 comments on commit 83f2ae1

Please sign in to comment.