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

v0.22.0 Release

Compare
Choose a tag to compare
@songy23 songy23 released this 14 May 18:39
· 92 commits to master since this release
  • Disable RunningSpanStore by default unless the z-pages contrib is linked and initialized. This may
    break behaviors for applications that rely on this to be always enabled.
  • Provide a Deadline option to Stackdriver Trace exporter. Default value is 10 seconds if it's not set.
  • Provide a Deadline option to Stackdriver Stats exporter. Default value is 10 seconds.
    Also provide a MetricServiceStub option so that advanced users can use a custom Stackdriver
    Monitoring client to make RPCs.
  • Use Configuration builder pattern for creating JaegerTraceExporter, ZipkinTraceExporter and
    InstanaTraceExporter. Provide a Deadline option with default value 10 seconds.
  • Provide a Deadline option to Datadog, Elasticsearch and OcAgent exporter. Default value is 10 seconds.
  • Extract the common timeout logic of Trace exporters to opencensus-exporter-trace-util.