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

Releases: census-instrumentation/opencensus-cpp

v0.4.0 Release.

23 Jul 07:03
2b0725c
Compare
Choose a tag to compare

Stackdriver exporters: allow override of gRPC stub.
Stackdriver stats: allow override of metric_name_prefix and per-metric monitored_resource.
Stackdriver stats: fixed LastValue aggregation.
ABI: Stackdriver Register() changed from constref to ref.
Added Span::SetName().
Allowed Span move-assignment.
Added an option for WithSpan() to End() the Span.
Use googleapis as a remote repository instead of vendoring it.
CMake: Replaced ExternalProject_Add with FetchContent.
CMake: Added benchmarks.
Added example of HTTP server with instrumentation.
Bugfix: don't collect spans for export until an exporter has been registered.

v0.3.0 Release.

31 Jan 07:42
3d3a530
Compare
Choose a tag to compare

Added the Context API.
Added experimental CMake support.
Added StackdriverOptions with configurable deadline.
Added the opencensus::tags namespace for TagKey and TagSet.
Made all Span methods const.
Added trace propagation helpers for X-Cloud-Trace-Context, traceparent, grpc-trace-bin.

v0.2.0 Release.

21 Aug 02:41
6202fb8
Compare
Choose a tag to compare

Faster stats via DeltaProducer.
Stackdriver stats export uses async RPCs.
Added Zipkin Exporter.
Added Last Value aggregation.
gRPC filter has moved to the gRPC repo.

v0.1.0 Release.

14 Mar 00:06
9cde3c9
Compare
Choose a tag to compare

Instrumentation plugin for gRPC.
Stackdriver exporters for trace and stats.
Prometheus exporter for stats.
More example code: quickstart, and gRPC examples.

v0.0.0 Release.

20 Dec 03:31
560be5e
Compare
Choose a tag to compare

Initial stats and tracing APIs.