Skip to content

Commit 5e06018

Browse files
committed
use correct agent endpoint version
1 parent 467a4cd commit 5e06018

File tree

1 file changed

+1
-1
lines changed
  • collector/hyper-client/src

1 file changed

+1
-1
lines changed

collector/hyper-client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ impl Client for HyperClient {
1919
// TODO: configuration options
2020
let req = hyper::Request::builder()
2121
.method(hyper::Method::PUT)
22-
.uri("http://localhost:8126/v0.5/traces")
22+
.uri("http://localhost:8126/v0.4/traces")
2323
.header("Content-Type", "application/msgpack")
2424
// .header("X-Datadog-Trace-Count", trace_count.to_string())
2525
// .header("Datadog-Meta-Tracer-Version", "")

0 commit comments

Comments
 (0)