forked from pool/golang-github-prometheus-prometheus
45 lines
2.0 KiB
Diff
45 lines
2.0 KiB
Diff
|
From 9ed87910fca5ba2967c165446e73f19c8e30b318 Mon Sep 17 00:00:00 2001
|
||
|
From: beorn7 <beorn@grafana.com>
|
||
|
Date: Sat, 29 Jan 2022 16:08:32 +0100
|
||
|
Subject: [PATCH] Bump client_golang to 1.12.1
|
||
|
|
||
|
This pulls in a data-race fix and reduces the excessive number of
|
||
|
histogram buckets in the Go runtime metrics.
|
||
|
|
||
|
Signed-off-by: beorn7 <beorn@grafana.com>
|
||
|
(cherry picked from commit d27e7666cc920c752c45caf2cfc1d28986b141ad)
|
||
|
---
|
||
|
go.mod | 2 +-
|
||
|
go.sum | 2 ++
|
||
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/go.mod b/go.mod
|
||
|
index 1ba1f5e87..744c0c60d 100644
|
||
|
--- a/go.mod
|
||
|
+++ b/go.mod
|
||
|
@@ -46,7 +46,7 @@ require (
|
||
|
github.com/opentracing/opentracing-go v1.2.0
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/prometheus/alertmanager v0.23.0
|
||
|
- github.com/prometheus/client_golang v1.11.0
|
||
|
+ github.com/prometheus/client_golang v1.12.1
|
||
|
github.com/prometheus/client_model v0.2.0
|
||
|
github.com/prometheus/common v0.32.1
|
||
|
github.com/prometheus/common/sigv4 v0.1.0
|
||
|
diff --git a/go.sum b/go.sum
|
||
|
index a09845d2f..8d889737a 100644
|
||
|
--- a/go.sum
|
||
|
+++ b/go.sum
|
||
|
@@ -1143,6 +1143,8 @@ github.com/prometheus/client_golang v1.5.1/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3O
|
||
|
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
|
||
|
github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
|
||
|
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
|
||
|
+github.com/prometheus/client_golang v1.12.1 h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk=
|
||
|
+github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
|
||
|
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
|
||
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
|
||
|
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
|
||
|
--
|
||
|
2.34.1
|
||
|
|