Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Tags: census-instrumentation/opencensus-cpp

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.4.0. (#358)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.3.0. (#274)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't depend on gRPC private header. (#174)

GetSpanFromServerContext() comes from <grpcpp/opencensus.h> as of
grpc/grpc#15984

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.0.0

Toggle v0.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.