Update Prometheus.erl to 4.8.2

This commit is contained in:
Loïc Hoguin 2022-03-30 12:34:40 +02:00
parent 3c55369710
commit 2a24662127
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
2 changed files with 4 additions and 6 deletions

View File

@ -115,7 +115,7 @@ dep_cowboy = hex 2.8.0
dep_cowlib = hex 2.9.1
dep_jsx = hex 3.1.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl 06425c21a39c1564164f1cc3fe5bdfa8b23b1f78
dep_prometheus = hex 4.8.2
dep_ra = git https://github.com/rabbitmq/ra.git main
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.2

View File

@ -173,12 +173,9 @@ erlang_app(
remote = "https://github.com/rabbitmq/osiris.git",
)
github_erlang_app(
hex_pm_erlang_app(
name = "prometheus",
repo = "prometheus.erl",
org = "deadtrickster",
ref = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
version = "06425c21a39c1564164f1cc3fe5bdfa8b23b1f78",
version = "4.8.2",
first_srcs = [
"src/prometheus_collector.erl",
"src/prometheus_format.erl",
@ -188,6 +185,7 @@ erlang_app(
deps = [
"@quantile_estimator//:erlang_app",
],
sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98",
)
github_erlang_app(