Skip to content

Commit f694529

Browse files
authored
Update Prometheus (#5234)
Signed-off-by: Alan Protasio <[email protected]>
1 parent f9338d6 commit f694529

File tree

20 files changed

+214
-175
lines changed

20 files changed

+214
-175
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/prometheus/client_model v0.3.0
4848
github.com/prometheus/common v0.42.0
4949
// Prometheus maps version 2.x.y to tags v0.x.y.
50-
github.com/prometheus/prometheus v0.43.0-rc.0.0.20230315130038-58a8d526e8f1
50+
github.com/prometheus/prometheus v0.43.1-0.20230327151049-211ae4f1f0a2
5151
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
5252
github.com/sony/gobreaker v0.5.0
5353
github.com/spf13/afero v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,8 +1737,8 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
17371737
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
17381738
github.com/prometheus/procfs v0.9.0 h1:wzCHvIvM5SxWqYvwgVL7yJY8Lz3PKn49KQtpgMYJfhI=
17391739
github.com/prometheus/procfs v0.9.0/go.mod h1:+pB4zwohETzFnmlpe6yd2lSc+0/46IYZRB/chUwxUZY=
1740-
github.com/prometheus/prometheus v0.43.0-rc.0.0.20230315130038-58a8d526e8f1 h1:NFs6RcLb242UVW/A0QKWV9hbL8rNpI2zxNn6hebC8yI=
1741-
github.com/prometheus/prometheus v0.43.0-rc.0.0.20230315130038-58a8d526e8f1/go.mod h1:fH+ahGzo1K4Onp4J6TMH6sZ4kJYFGUf9F5ErbunlKao=
1740+
github.com/prometheus/prometheus v0.43.1-0.20230327151049-211ae4f1f0a2 h1:i5hmbBzR+VeL5pPl1ZncsJ1bpg3SO66bwkE1msJBsMA=
1741+
github.com/prometheus/prometheus v0.43.1-0.20230327151049-211ae4f1f0a2/go.mod h1:Mm42Acga98xgA+u5yTaC3ki3i0rJEJWFpbdHN7q2trk=
17421742
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
17431743
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
17441744
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=

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

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

vendor/github.com/prometheus/prometheus/model/labels/labels_string.go

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

vendor/github.com/prometheus/prometheus/prompb/types.pb.go

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

vendor/github.com/prometheus/prometheus/prompb/types.proto

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

0 commit comments

Comments
 (0)