Skip to content

Commit fb5ee3c

Browse files
Loïc Hoguinmergify-bot
authored andcommitted
Update Prometheus.erl to 4.8.2
(cherry picked from commit 2a24662) # Conflicts: # rabbitmq-components.mk (cherry picked from commit 93036e9)
1 parent deca2d5 commit fb5ee3c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

rabbitmq-components.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,13 @@ dep_cowboy = hex 2.8.0
115115
dep_cowlib = hex 2.9.1
116116
dep_jsx = hex 3.1.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118+
<<<<<<< HEAD
118119
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
119120
dep_ra = hex 2.0.6
121+
=======
122+
dep_prometheus = hex 4.8.2
123+
dep_ra = git https://github.com/rabbitmq/ra.git main
124+
>>>>>>> 2a24662127 (Update Prometheus.erl to 4.8.2)
120125
dep_ranch = hex 2.1.0
121126
dep_recon = hex 2.5.2
122127
dep_redbug = hex 2.0.7

workspace_helpers.bzl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,9 @@ erlang_app(
176176
build_file = rabbitmq_workspace + "//:BUILD.osiris",
177177
)
178178

179-
github_erlang_app(
179+
hex_pm_erlang_app(
180180
name = "prometheus",
181-
repo = "prometheus.erl",
182-
org = "deadtrickster",
183-
ref = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
184-
version = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
181+
version = "4.8.2",
185182
first_srcs = [
186183
"src/prometheus_collector.erl",
187184
"src/prometheus_format.erl",
@@ -191,6 +188,7 @@ erlang_app(
191188
deps = [
192189
"@quantile_estimator//:erlang_app",
193190
],
191+
sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98",
194192
)
195193

196194
github_erlang_app(

0 commit comments

Comments
 (0)