Skip to content

Commit

Permalink
comment and remove grpc implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Oct 23, 2024
1 parent 231db6e commit 90818ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 554 deletions.
3 changes: 2 additions & 1 deletion utils/build/docker/ruby/parametric/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ def handle_trace_otel_start_span(req, res)
kind: OTEL_SPAN_KIND[args.span_kind],
links: otel_links
)

# the otel trace id is oddly not 128-bit so we reach in and grab the
# datadog spans trace id and convert it to 64-bit
mask = (1 << 64) - 1
t_id = span.datadog_span.trace_id & mask

Expand Down
Loading

0 comments on commit 90818ff

Please sign in to comment.