Skip to content

Commit

Permalink
Disable metrics_service, cannot publish with grpcio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed May 1, 2020
1 parent afe3b42 commit 520f2b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions common/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"

[dependencies]
futures = "0.1.28"
grpcio = { version = "=0.5.0-alpha.4", default-features = false, optional = true }
# grpcio = { version = "=0.5.0-alpha.4", default-features = false, optional = true }
hyper = "0.12.34"
lazy_static = "1.3.0"
serde_json = "1.0.40"
Expand All @@ -24,5 +24,5 @@ rusty-fork = "0.2.1"
assert_approx_eq = "1.1.0"

[features]
service-metrics = ["grpcio"]
default = ["service-metrics"]
# service-metrics = ["grpcio"]
# default = ["service-metrics"]

0 comments on commit 520f2b5

Please sign in to comment.