Skip to content

Commit

Permalink
DSM wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed May 27, 2024
1 parent b908262 commit 9743d7f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/datadog/tracing/data_streams.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module Datadog
module Tracing
module DataStreams
module DataStreamsProcessor
def self.set_checkpoint(checkpoint, payload_size: 0)
# Implement your logic here
end
end

module DsmPathwayCodec
def self.encode(ctx, headers)
# Implement your logic here
end

def self.decode(headers, processor)
# Implement your logic here
end
end
end
end
end

0 comments on commit 9743d7f

Please sign in to comment.