This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
opencensus/exporters/stats/prometheus Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ cc_binary(
7373 "//opencensus/trace" ,
7474 "@com_github_grpc_grpc//:grpc++" ,
7575 "@com_github_grpc_grpc//:grpc_opencensus_plugin" ,
76- "@com_github_jupp0r_prometheus_cpp//:prometheus_cpp " ,
76+ "@com_github_jupp0r_prometheus_cpp//pull " ,
7777 "@com_google_absl//absl/strings" ,
7878 ],
7979)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cc_library(
2727 deps = [
2828 ":prometheus_utils" ,
2929 "//opencensus/stats" ,
30- "@com_github_jupp0r_prometheus_cpp//:prometheus_cpp " ,
30+ "@com_github_jupp0r_prometheus_cpp//core " ,
3131 ],
3232)
3333
@@ -41,7 +41,7 @@ cc_library(
4141 copts = DEFAULT_COPTS ,
4242 deps = [
4343 "//opencensus/stats" ,
44- "@com_github_jupp0r_prometheus_cpp//:prometheus_cpp " ,
44+ "@com_github_jupp0r_prometheus_cpp//core " ,
4545 "@com_google_absl//absl/strings" ,
4646 "@com_google_absl//absl/time" ,
4747 ],
@@ -69,7 +69,7 @@ cc_binary(
6969 deps = [
7070 ":prometheus_exporter" ,
7171 "//opencensus/stats" ,
72- "@com_github_jupp0r_prometheus_cpp//:prometheus_cpp " ,
72+ "@com_github_jupp0r_prometheus_cpp//pull " ,
7373 "@com_google_absl//absl/time" ,
7474 ],
7575)
You can’t perform that action at this time.
0 commit comments