Skip to content
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

Update Prometheus.erl to 4.8.2 #4376

Merged
merged 1 commit 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
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 = git https://github.com/rabbitmq/ra.git main
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.2
Expand Down
8 changes: 3 additions & 5 deletions workspace_helpers.bzl
Expand Up @@ -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",
Expand All @@ -188,6 +185,7 @@ erlang_app(
deps = [
"@quantile_estimator//:erlang_app",
],
sha256 = "c3abd6521e52cec4f0d8eca603cf214dfc84d8a27aa85946639f1424b8554d98",
)

github_erlang_app(
Expand Down