Skip to content

Commit e8b92e0

Browse files
Merge pull request #4376 from rabbitmq/loic-update-prometheus.erl
Update Prometheus.erl to 4.8.2
2 parents 18e5d7f + 2a24662 commit e8b92e0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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-
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
118+
dep_prometheus = hex 4.8.2
119119
dep_ra = git https://github.com/rabbitmq/ra.git main
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.2

workspace_helpers.bzl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,9 @@ erlang_app(
173173
remote = "https://github.com/rabbitmq/osiris.git",
174174
)
175175

176-
github_erlang_app(
176+
hex_pm_erlang_app(
177177
name = "prometheus",
178-
repo = "prometheus.erl",
179-
org = "deadtrickster",
180-
ref = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
181-
version = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
178+
version = "4.8.2",
182179
first_srcs = [
183180
"src/prometheus_collector.erl",
184181
"src/prometheus_format.erl",
@@ -188,6 +185,7 @@ erlang_app(
188185
deps = [
189186
"@quantile_estimator//:erlang_app",
190187
],
188+
sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98",
191189
)
192190

193191
github_erlang_app(

0 commit comments

Comments
 (0)