github.com/prometheus/client_golang
Prometheus instrumentation library for Go applications
Activity
- Latest release
- 1mo ago
- Total releases
- 51
- Cadence
- ~33 days
- Last 12 months
- 3
Reach
- Stars
- 6.0k
Details
- First release
- Aug 17, 2016
| Version | Released | |
|---|---|---|
v1.24.1
patch
|
v1.24.1
patch
Dependencies (12)
+ 4 more |
|
v1.24.0
minor
|
v1.24.0
minor
Dependencies (12)
+ 4 more |
|
v1.24.0-rc.0
pre
|
v1.24.0-rc.0
pre
Dependencies (12)
+ 4 more |
|
v1.23.2
patch
|
v1.23.2
patch
Dependencies (12)
+ 4 more |
|
v1.23.1
patch
|
v1.23.1
patch
Dependencies (12)
+ 4 more |
|
v1.23.0
minor
|
v1.23.0
minor
Dependencies (12)
+ 4 more |
|
v1.23.0-rc.1
pre
|
v1.23.0-rc.1
pre
Dependencies (12)
+ 4 more |
|
v1.23.0-rc.0
pre
|
v1.23.0-rc.0
pre
Dependencies (12)
+ 4 more |
|
v1.22.0
minor
|
v1.22.0
minor
Dependencies (11)
+ 3 more |
|
v1.22.0-rc.0
pre
|
v1.22.0-rc.0
pre
Dependencies (11)
+ 3 more |
|
v1.21.1
patch
|
v1.21.1
patch
Dependencies (11)
+ 3 more |
|
v1.21.0
minor
|
v1.21.0
minor
Dependencies (11)
+ 3 more |
|
v1.21.0-rc.0
pre
|
v1.21.0-rc.0
pre
Dependencies (11)
+ 3 more |
|
v1.20.5
patch
|
v1.20.5
patch
Dependencies (11)
+ 3 more |
|
v1.20.4
patch
|
v1.20.4
patch
Dependencies (11)
+ 3 more |
|
v1.20.3
patch
|
v1.20.3
patch
Dependencies (11)
+ 3 more |
|
v1.20.2
patch
|
v1.20.2
patch
Dependencies (11)
+ 3 more |
|
v1.20.1
patch
|
v1.20.1
patch
Dependencies (11)
+ 3 more |
|
v1.20.0
minor
|
v1.20.0
minor
Dependencies (11)
+ 3 more |
|
v1.19.1
minor
|
v1.19.1
minor
Dependencies (9)
+ 1 more |
|
v1.18.0
minor
|
v1.18.0
minor
Dependencies (9)
+ 1 more |
|
v1.16.0
minor
|
v1.16.0
minor
Dependencies (9)
+ 1 more |
|
v1.15.1
patch
|
v1.15.1
patch
Dependencies (10)
+ 2 more |
|
v1.15.0
minor
|
v1.15.0
minor
Dependencies (10)
+ 2 more |
|
v1.14.0
minor
|
v1.14.0
minor
Dependencies (10)
+ 2 more |
|
v1.13.1
patch
|
v1.13.1
patch
Dependencies (10)
+ 2 more |
|
v1.13.0
minor
|
v1.13.0
minor
Dependencies (10)
+ 2 more |
|
v1.12.2
patch
|
v1.12.2
patch
Dependencies (9)
+ 1 more |
|
v1.11.1
patch
|
v1.11.1
patch
Dependencies (8)
|
|
v1.12.1
patch
|
v1.12.1
patch
Dependencies (9)
+ 1 more |
|
v0.12.1
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.12.1
minor
Dependencies (9)
+ 1 more |
|
v1.12.0
minor
|
v1.12.0
minor
Dependencies (9)
+ 1 more |
|
v1.11.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.11.0
minor
Dependencies (8)
|
|
v1.10.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.10.0
minor
Dependencies (8)
|
|
v1.8.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.8.0
minor
Dependencies (8)
|
|
v1.7.1
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.7.1
minor
Dependencies (8)
|
|
v1.6.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.6.0
minor
Dependencies (8)
|
|
v1.5.1
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.5.1
patch
Dependencies (8)
|
|
v1.5.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.5.0
minor
Dependencies (8)
|
|
v1.4.1
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.4.1
patch
Dependencies (8)
|
|
v1.4.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.4.0
minor
Dependencies (8)
|
|
v1.2.1
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.2.1
patch
Dependencies (8)
|
|
v1.2.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.2.0
minor
Dependencies (8)
|
|
v1.1.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.1.0
minor
Dependencies (7)
|
|
v1.0.0
major
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v1.0.0
major
Dependencies (7)
|
|
v0.9.4
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.9.4
patch
Dependencies (6)
|
|
v0.9.2
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.9.2
patch
Dependencies (6)
|
|
v0.9.1
patch
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.9.1
patch
|
|
v0.9.0
minor
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.9.0
minor
|
|
v0.9.0-pre1
pre
1 CVE
CVE-2022-21698
GO-2022-0322
GHSA-cg3q-j54f-5p7p
Jul 15, 2022
Uncontrolled resource consumption in github.com/prometheus/client_golang The Prometheus client_golang HTTP server is vulnerable to a denial of service attack when handling requests with non-standard HTTP methods. In order to be affected, an instrumented software must use any of the promhttp.InstrumentHandler* middleware except RequestsInFlight; not filter any specific methods (e.g GET) before middleware; pass a metric with a "method" label name to a middleware; and not have any firewall/LB/proxy that filters away requests with unknown "method". Fixed in
1.11.1
Updated Feb 04, 2026 · Source: OSV.dev |
v0.9.0-pre1
pre
|