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

Releases: census-instrumentation/opencensus-java

v0.12.2 Release

26 Feb 23:40
Compare
Choose a tag to compare
  • Fix bugs, fix warnings and update disruptor.

v0.12.1 Release

26 Feb 21:46
Compare
Choose a tag to compare

Do not use. Use v0.12.2 instead.

v0.12.0 Release

17 Feb 06:12
Compare
Choose a tag to compare
  • 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

23 Jan 20:50
Compare
Choose a tag to compare
  • Fixed bug that made it impossible to use short span id's (#950).

v0.11.0 Release

20 Jan 01:32
Compare
Choose a tag to compare
  • 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

05 Dec 01:30
Compare
Choose a tag to compare
  • 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

29 Nov 22:32
Compare
Choose a tag to compare
  • 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

18 Nov 00:22
Compare
Choose a tag to compare

v0.8.0 Release

01 Nov 21:52
Compare
Choose a tag to compare
  • 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

22 Sep 23:03
Compare
Choose a tag to compare

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.