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

Releases: census-instrumentation/opencensus-java

v0.12.2 Release

Choose a tag to compare

@songy23 songy23 released this 26 Feb 23:40
  • Fix bugs, fix warnings and update disruptor.

v0.12.1 Release

Choose a tag to compare

@songy23 songy23 released this 26 Feb 21:46

Do not use. Use v0.12.2 instead.

v0.12.0 Release

Choose a tag to compare

@songy23 songy23 released this 17 Feb 06:12
  • Rename trace exporters that have inconsistent naming. Exporters with legacy names are deprecated.
  • Fixed bug in CloudTraceFormat that made it impossible to use short span id's.
  • Add since Javadoc tag to all APIs.
  • Add a configuration class to create StackdriverTraceExporter.
  • Add MessageEvent and deprecate NetworkEvent.
  • Instana Trace Exporter.
  • Prometheus Stats Exporter.
  • Stats Zpages: RpcZ and StatsZ.
  • Dependency updates.

v0.11.1 Release

Choose a tag to compare

@HailongWen HailongWen released this 23 Jan 20:50
  • Fixed bug that made it impossible to use short span id's (#950).

v0.11.0 Release

Choose a tag to compare

@HailongWen HailongWen released this 20 Jan 01:32
  • Add TextFormat API and two implementations (B3Format and CloudTraceFormat).
  • Add helper class to configure and create StackdriverStatsExporter.
  • Add helper methods in tracer to wrap Runnable and Callbacks and to run them.
  • Increase trace exporting interval to 5s.
  • Add helper class to register views.
  • Make stackdriver stats exporter compatible with GAE Java7.
  • Add SignalFX stats exporter.
  • Add http propagation APIs.
  • Dependency updates.

v0.10.0 Release

Choose a tag to compare

@songy23 songy23 released this 05 Dec 01:30
  • Add NoopRunningSpanStore and NoopSampledSpanStore.
  • Change the message event to include (un)compressed sizes for Tracez Zpage.
  • Use AppEngine compatible way to create threads.
  • Add new factory methods that support setting custom Stackdriver MonitoredResource for Stackdriver Stats Exporter.
  • Dependency updates.

v0.9.1 Release

Choose a tag to compare

@songy23 songy23 released this 29 Nov 22:32
  • Fix several implementation bugs in Stackdriver Stats Exporter (#830, #831, etc.).
  • Update length limit for View.Name to 255 (previously it's 256).

v0.9.0 Release

Choose a tag to compare

@songy23 songy23 released this 18 Nov 00:22

v0.8.0 Release

Choose a tag to compare

@sebright2 sebright2 released this 01 Nov 21:52
  • Initial stats and tagging API. The API supports setting tags, and recording and querying stats. This release doesn't include an implementation, so the stats and tagging methods currently have no effect. The next release should include implementations for Java and Android.
  • OpenCensus Zipkin Trace Exporter
  • Dependency updates.

v0.7.0 Release

Choose a tag to compare

@bogdandrutu bogdandrutu released this 22 Sep 23:03

What is in this release?

  • Bug fixes.

  • Cleanups.

  • Dependency updates.

Where are the tags/stats APIs?

  • The tags/stats APIs are re-designed. They will be available in the next release.