We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467a4cd commit 5e06018Copy full SHA for 5e06018
collector/hyper-client/src/lib.rs
@@ -19,7 +19,7 @@ impl Client for HyperClient {
19
// TODO: configuration options
20
let req = hyper::Request::builder()
21
.method(hyper::Method::PUT)
22
- .uri("http://localhost:8126/v0.5/traces")
+ .uri("http://localhost:8126/v0.4/traces")
23
.header("Content-Type", "application/msgpack")
24
// .header("X-Datadog-Trace-Count", trace_count.to_string())
25
// .header("Datadog-Meta-Tracer-Version", "")
0 commit comments