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

v0.4.0 Release.

Latest
Compare
Choose a tag to compare
@g-easy g-easy released this 23 Jul 07:03
· 1 commit to v0.4.x since this release
2b0725c

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.