Skip to content

0.0.5 Just A Stability Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@5h4d0w4rt 5h4d0w4rt released this 31 Oct 13:34
· 1 commit to main since this release
85883cd

Not stable yet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_prometheus",
    sha256 = "390c19a9f9371cf3e79c7e3d8108513958a0342bc2bc925189e86cd74beccb83",
    strip_prefix = "rules_prometheus-0.0.5",
    urls = ["https://github.com/5h4d0w4rt/rules_prometheus/archive/0.0.5.zip"],
)

load("@io_bazel_rules_prometheus//:deps.bzl", "rules_prometheus_repositories", "rules_prometheus_toolchains")

# this downloads dependencies required for prometheus to work
rules_prometheus_repositories()

# this downloads prometheus blobs and registers toolchain
rules_prometheus_toolchains()