Skip to content

Commit

Permalink
Temp: use prometheus branch until PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed Nov 15, 2023
1 parent 8deda36 commit d236e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ erlang_package.hex_package(
version = "1.7.3",
)

erlang_package.hex_package(
erlang_package.git_package(
name = "prometheus",
build_file = "@rabbitmq-server//bazel:BUILD.prometheus",
sha256 = "2a99bb6dce85e238c7236fde6b0064f9834dc420ddbd962aac4ea2a3c3d59384",
version = "4.10.0",
repository = "gomoripeti/prometheus.erl",
branch = "escape_label_opt",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dep_credentials_obfuscation = hex 3.4.0
dep_khepri = hex 0.8.0
dep_khepri_mnesia_migration = hex 0.2.1
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.10.0
dep_prometheus = git https://github.com/gomoripeti/prometheus.erl 6a34cea
dep_ra = hex 2.7.0
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
Expand Down

0 comments on commit d236e69

Please sign in to comment.