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

Commit 9db7640

Browse files
g-easyVizerai
authored andcommitted
Prometheus client library was split into "core" and "pull." (#168)
This was done in jupp0r/prometheus-cpp#123 Fix our build.
1 parent 7238e23 commit 9db7640

File tree

2 files changed

+4
-4
lines changed
  • examples/grpc
  • opencensus/exporters/stats/prometheus

2 files changed

+4
-4
lines changed

examples/grpc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

opencensus/exporters/stats/prometheus/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)