go-http-metrics icon indicating copy to clipboard operation
go-http-metrics copied to clipboard

Go modular http middleware to measure HTTP requests independent of metrics backend (with Prometheus and OpenCensus as backend implementations) and http framework/library

Results 58 go-http-metrics issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.11.0 to 3.11.3. Changelog Sourced from github.com/emicklei/go-restful/v3's changelog. Change history of go-restful [v3.11.1, v3.11.2] - 2024-01-09 fix by restoring custom JSON handler functions (Mike Beaumont #540) Commits...

dependencies
go

Bumps [github.com/kataras/iris/v12](https://github.com/kataras/iris) from 12.2.7 to 12.2.10. Release notes Sourced from github.com/kataras/iris/v12's releases. v12.2.10 Full Changelog: https://github.com/kataras/iris/blob/main/HISTORY.md#thu-18-jan-2024--v12210 v12.2.9 Full Changelog: https://github.com/kataras/iris/blob/main/HISTORY.md#wed-10-jan-2024--v1229 v12.2.8 What's Changed Read at: https://github.com/kataras/iris/blob/main/HISTORY.md#sun-05-nov-2023--v1228 add fuzz driver based...

dependencies
go

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.11.2 to 4.11.4. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.11.4 upgrade dependencies Security Upgrade golang.org/x/crypto to v0.17.0 to fix vulnerability issue #2562 Enhancements Update deps and mark...

dependencies
go

Paths are not supported with `std.HandlerProvider ` ``` http_request_duration_seconds_count{code="500",handler="/hello/123",method="GET",service=""} 1 http_request_duration_seconds_count{code="500",handler="/hello/321",method="GET",service=""} 1 ``` Should be: ``` http_request_duration_seconds_count{code="500",handler="/hello/{key}",method="GET",service=""} 2 ``` Code example: ```go r := mux.NewRouter() r.Use(std.HandlerProvider("", metrics_middleware.New(metrics_middleware.Config{ Recorder: metrics.NewRecorder(metrics.Config{}), })))...

Use handler error to update response code

This PR aims to split out framework-specific submodules into submodules with their own `go.mod` / `go.sum` files. The readme currently mentions [that the current setup is by design](https://github.com/slok/go-http-metrics#framework-compatibility-middlewares), but a...

Found in dependency ``` github.com/urfave/negroni v1.0.0 ``` Issue: https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMURFAVENEGRONI-1658297

Bumps [github.com/kataras/iris/v12](https://github.com/kataras/iris) from 12.2.10 to 12.2.11. Release notes Sourced from github.com/kataras/iris/v12's releases. v12.2.11 Project Update: Iris is Evolving 🌱 Dear Iris Community, You might have noticed a recent lull in...

dependencies
go