Skip to content

0.0.5-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@5h4d0w4rt 5h4d0w4rt released this 03 Nov 05:05
69553b8

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-alpha.2",
    urls = ["https://github.com/5h4d0w4rt/rules_prometheus/archive/0.0.5-alpha.2.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()