diff --git a/Cargo.lock b/Cargo.lock index ab0debecb84a..9403b3483949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3598,6 +3598,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "greptime-proto" version = "0.1.0" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=25429306d0379ad29211a062a81da2554a0208ab#25429306d0379ad29211a062a81da2554a0208ab" dependencies = [ "prost 0.12.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2ed4594e1496..285cfcd28467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ derive_builder = "0.12" etcd-client = "0.12" futures = "0.3" futures-util = "0.3" -greptime-proto = { path = "/Users/wujingdi/data/greptime-proto" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "25429306d0379ad29211a062a81da2554a0208ab" } humantime-serde = "1.1" itertools = "0.10" lazy_static = "1.4" diff --git a/tests-integration/tests/http.rs b/tests-integration/tests/http.rs index 574334de00d7..09652781fb4c 100644 --- a/tests-integration/tests/http.rs +++ b/tests-integration/tests/http.rs @@ -677,7 +677,7 @@ enable = true enable = true [frontend.logging] -enable_jaeger_tracing = false +enable_otlp_tracing = false [frontend.datanode.client] timeout = "10s" @@ -750,10 +750,10 @@ sst_write_buffer_size = "8MiB" [datanode.region_engine.file] [datanode.logging] -enable_jaeger_tracing = false +enable_otlp_tracing = false [logging] -enable_jaeger_tracing = false"#, +enable_otlp_tracing = false"#, store_type, num_cpus::get() / 2 );