Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 9df3e55

Browse files
author
Ian Sturdy
authored
Update the prometheus_cpp workspace name. (#80)
Changed upstream in jupp0r/prometheus-cpp#97.
1 parent 4345fa6 commit 9df3e55

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

WORKSPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,14 @@ cc_library(
8282
)
8383

8484
http_archive(
85-
name = "prometheus_cpp",
85+
name = "com_github_jupp0r_prometheus_cpp",
8686
strip_prefix = "prometheus-cpp-master",
8787
urls = ["https://github.com/jupp0r/prometheus-cpp/archive/master.zip"],
8888
)
8989

90-
load("@prometheus_cpp//:repositories.bzl", "load_prometheus_client_model",
91-
"load_civetweb")
90+
load("@com_github_jupp0r_prometheus_cpp//:repositories.bzl",
91+
"load_prometheus_client_model",
92+
"load_civetweb")
9293

9394
# Load dependencies individually since we load some of them above.
9495
load_prometheus_client_model()

examples/grpc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ cc_binary(
7474
"//opencensus/plugins/grpc:grpc_plugin",
7575
"//opencensus/trace",
7676
"@com_github_grpc_grpc//:grpc++",
77+
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
7778
"@com_google_absl//absl/strings",
78-
"@prometheus_cpp",
7979
],
8080
)

opencensus/exporters/stats/prometheus/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cc_library(
2727
deps = [
2828
":prometheus_utils",
2929
"//opencensus/stats",
30+
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
3031
"@prometheus_client_model",
31-
"@prometheus_cpp",
3232
],
3333
)
3434

@@ -72,7 +72,7 @@ cc_binary(
7272
deps = [
7373
":prometheus_exporter",
7474
"//opencensus/stats",
75+
"@com_github_jupp0r_prometheus_cpp//:prometheus_cpp",
7576
"@com_google_absl//absl/time",
76-
"@prometheus_cpp",
7777
],
7878
)

0 commit comments

Comments
 (0)