lib/opentelemetry/sdk/trace/span_data.rb in opentelemetry-sdk-0.6.0 vs lib/opentelemetry/sdk/trace/span_data.rb in opentelemetry-sdk-0.7.0
- old
+ new
@@ -12,10 +12,9 @@
# SpanData is a Struct containing {Span} data for export.
SpanData = Struct.new(:name,
:kind,
:status,
:parent_span_id,
- :child_count,
:total_recorded_attributes,
:total_recorded_events,
:total_recorded_links,
:start_timestamp,
:end_timestamp,