Skip to content

Update Prometheus.erl to 4.8.2 (backport #4376) (backport #4427) #4428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 = hex 2.0.6
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.2
Expand Down
8 changes: 3 additions & 5 deletions workspace_helpers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,9 @@ erlang_app(
build_file = rabbitmq_workspace + "//:BUILD.osiris",
)

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",
Expand All @@ -191,6 +188,7 @@ erlang_app(
deps = [
"@quantile_estimator//:erlang_app",
],
sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98",
)

github_erlang_app(
Expand Down