go-http-metrics
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
This patch adds optional native histogram support for the two histograms currently offered in this library.
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.11.0 to 3.12.0. Changelog Sourced from github.com/emicklei/go-restful/v3's changelog. [v3.12.0] - 2024-03-11 add Flush method #529 (#538) fix: Improper handling of empty POST requests (#543) [v3.11.3] - 2024-01-09...
The current implementation of the standard lib implementation uses a wrapper of the response writer to capture status and other information. While it does conform to the interfaces required function...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.55.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.55.0 What's Changed all: add riscv64 support by @mengzhuo in valyala/fasthttp#1781 Use FASTHTTP_PREFORK_CHILD env variable to detect child...
This gorilla/mux path middleware fix #196
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.12.0 to 3.12.1. Changelog Sourced from github.com/emicklei/go-restful/v3's changelog. [v3.12.1] - 2024-05-28 fix misroute when dealing multiple webservice with regex (#549) (thanks Haitao Chen) Commits 4e4aaa1 update history...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @lukasauk made their first contribution in prometheus/client_golang#1494...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.20.5 / 2024-10-15 We decided to revert the testutil change that made our util functions less error-prone, but...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.55.0 to 1.56.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.56.0 What's Changed fix: add timeout to proxy connection reading and writing by @Sniper91 in valyala/fasthttp#1791 Validate header...