Skip to content

Commit 404a2f1

Browse files
authored
Add http-json warning
1 parent d34de1a commit 404a2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-otlp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tls-webkpi-roots = ["tls", "tonic/tls-webpki-roots"]
7272

7373
# http binary
7474
http-proto = ["prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "http", "trace", "metrics"]
75-
# http json
75+
# http json. This does not work today due to known issue. See https://github.com/open-telemetry/opentelemetry-rust/issues/1763.
7676
http-json = ["serde_json", "prost", "opentelemetry-http", "opentelemetry-proto/gen-tonic-messages", "opentelemetry-proto/with-serde", "http", "trace", "metrics"]
7777
reqwest-blocking-client = ["reqwest/blocking", "opentelemetry-http/reqwest"]
7878
reqwest-client = ["reqwest", "opentelemetry-http/reqwest"]

0 commit comments

Comments
 (0)