You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added optional `serialize` feature that allows `SpanData` to be
serialized/deserialized using the `serde` crate.
Also added a basic unit test for `SpanData` to test serialization and
deserialization.
Fixes: #58.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Copy file name to clipboardExpand all lines: src/api/trace/span_context.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
//! The spec can be viewed here: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#spancontext
0 commit comments