Skip to content

Commit

Permalink
Add span:each_log()
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Aug 9, 2018
1 parent 956e6cd commit 5fc9b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opentracing/span.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ end
function span_methods:log_kv(key_values, timestamp)
end

--- Returns an iterator over each log item
function span_methods:each_log()
end

--- Stores a Baggage item in the @class `Span` as a key/value pair.
--
-- Enables powerful distributed context propagation functionality where
Expand Down

0 comments on commit 5fc9b93

Please sign in to comment.