Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Costa <marco.costa@datadoghq.com>
  • Loading branch information
mabdinur and marcotc authored Apr 24, 2024
1 parent 59e9c5c commit da32ee5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/datadog/tracing/span_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,17 @@ class SpanOperation

# Span attributes
# NOTE: In the future, we should drop the me
attr_reader \
:end_time,
:id,
:name,
:parent_id,
:resource,
:service,
:start_time,
:trace_id,
:type
attr_accessor :links
attr_reader :end_time, :id, :name, :parent_id, :resource, :service, :start_time, :trace_id, :type

attr_accessor \
:status
Expand Down

0 comments on commit da32ee5

Please sign in to comment.