Skip to content

Commit 988a8b1

Browse files
committed
Upgrade prometheus to v3.6.0
Signed-off-by: SungJin1212 <[email protected]>
1 parent 1d7be73 commit 988a8b1

File tree

194 files changed

+12857
-1712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+12857
-1712
lines changed

go.mod

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ require (
4141
github.com/opentracing/opentracing-go v1.2.0
4242
github.com/pkg/errors v0.9.1
4343
github.com/prometheus/alertmanager v0.28.1
44-
github.com/prometheus/client_golang v1.23.0-rc.1
44+
github.com/prometheus/client_golang v1.23.2
4545
github.com/prometheus/client_model v0.6.2
46-
github.com/prometheus/common v0.65.1-0.20250703115700-7f8b2a0d32d3
46+
github.com/prometheus/common v0.66.1
4747
// Prometheus maps version 2.x.y to tags v0.x.y.
48-
github.com/prometheus/prometheus v0.305.1-0.20250808023455-1e4144a496fb
48+
github.com/prometheus/prometheus v0.306.0
4949
github.com/segmentio/fasthash v1.0.3
5050
github.com/sony/gobreaker v1.0.0
5151
github.com/spf13/afero v1.11.0
52-
github.com/stretchr/testify v1.10.0
52+
github.com/stretchr/testify v1.11.1
5353
github.com/thanos-io/objstore v0.0.0-20250722142242-922b22272ee3
5454
github.com/thanos-io/promql-engine v0.0.0-20250924193140-e9123dc11264
5555
github.com/thanos-io/thanos v0.39.3-0.20250729120336-88d0ae8071cb
@@ -66,8 +66,8 @@ require (
6666
go.opentelemetry.io/otel/sdk v1.36.0
6767
go.opentelemetry.io/otel/trace v1.36.0
6868
go.uber.org/atomic v1.11.0
69-
golang.org/x/net v0.41.0
70-
golang.org/x/sync v0.15.0
69+
golang.org/x/net v0.43.0
70+
golang.org/x/sync v0.16.0
7171
golang.org/x/time v0.12.0
7272
google.golang.org/grpc v1.73.0
7373
gopkg.in/yaml.v2 v2.4.0
@@ -94,7 +94,7 @@ require (
9494
github.com/tjhop/slog-gokit v0.1.4
9595
go.opentelemetry.io/collector/pdata v1.35.0
9696
go.uber.org/automaxprocs v1.6.0
97-
google.golang.org/protobuf v1.36.6
97+
google.golang.org/protobuf v1.36.8
9898
)
9999

100100
require (
@@ -230,7 +230,7 @@ require (
230230
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
231231
github.com/prometheus-community/prom-label-proxy v0.11.1 // indirect
232232
github.com/prometheus/exporter-toolkit v0.14.0 // indirect
233-
github.com/prometheus/otlptranslator v0.0.0-20250731173911-a9673827589a // indirect
233+
github.com/prometheus/otlptranslator v0.0.0-20250620074007-94f535e0c588 // indirect
234234
github.com/prometheus/sigv4 v0.2.0 // indirect
235235
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
236236
github.com/rantav/go-grpc-channelz v0.0.4 // indirect
@@ -279,15 +279,16 @@ require (
279279
go.uber.org/goleak v1.3.0 // indirect
280280
go.uber.org/multierr v1.11.0 // indirect
281281
go.uber.org/zap v1.27.0 // indirect
282+
go.yaml.in/yaml/v2 v2.4.2 // indirect
282283
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
283284
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
284-
golang.org/x/crypto v0.39.0 // indirect
285+
golang.org/x/crypto v0.41.0 // indirect
285286
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
286-
golang.org/x/mod v0.25.0 // indirect
287+
golang.org/x/mod v0.26.0 // indirect
287288
golang.org/x/oauth2 v0.30.0 // indirect
288-
golang.org/x/sys v0.33.0 // indirect
289-
golang.org/x/text v0.26.0 // indirect
290-
golang.org/x/tools v0.34.0 // indirect
289+
golang.org/x/sys v0.35.0 // indirect
290+
golang.org/x/text v0.28.0 // indirect
291+
golang.org/x/tools v0.35.0 // indirect
291292
gonum.org/v1/gonum v0.16.0 // indirect
292293
google.golang.org/api v0.239.0 // indirect
293294
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect

go.sum

Lines changed: 30 additions & 31 deletions
Large diffs are not rendered by default.

vendor/github.com/prometheus/client_golang/prometheus/desc.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/labels.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/push/push.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/testutil/testutil.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/config/config.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/config/http_config.go

Lines changed: 25 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/decode.go

Lines changed: 32 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)