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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Make exporters/trace/stackdriver more consistent with the stats one. (#……105)
- This simplifies the public API.
- Remove stackdriver_exporter_test for now, it wasn't testing anything.
- Add README pointing at the stats/ README.
Make trace/ Exporter API consistent with the stats/ one. (#9)
Also:
- Add sampler_test.
- Replace Span's default constructor with BlankSpan().
- Add BlankSpan test.
- Add FullSpanTest that verifies SpanData.
- Initialize threads after the rest of the exporter, to avoid racing.