Skip to content

Commit

Permalink
change the collector trace endpoint to /v1/traces (open-telemetry#449)
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
  • Loading branch information
3 people authored and VinozzZ committed Jun 21, 2024
1 parent 1b4728c commit 13d7797
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ config_version: 3
http:
rules:
- selector: opentelemetry.proto.collector.trace.v1.TraceService.Export
post: /v1/trace
body: "*"
post: /v1/traces
body: "*"

0 comments on commit 13d7797

Please sign in to comment.