This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
opencensus/exporters/stats/prometheus Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,14 @@ cc_library(
8282)
8383
8484http_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.
9495load_prometheus_client_model ()
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments