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
Make Metric and SpanData conform to Codable to support persisting them.
* Moved existing StdoutExporter-specific Encodable implementations to StdoutExporter.
* Made Metric (and its dependencies) conform to Codable.
* Made SpanData (and its dependencies) conform to Codable.
* Added MetricData Codable specializations.
* Wrote explicit encoding & decoding when needed (enums with associated values, types with tuple members).
* Added tests for encoding and decoding Metric & SpanData objects.
* Made Metric (and its dependencies) conform to Equatable as required for some tests' verifications.
0 commit comments