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

Releases: census-instrumentation/opencensus-proto

v0.4.1

23 Sep 17:50
e53624a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Sep 21:04
0b54ad6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Sep 21:03
Compare
Choose a tag to compare

What's Changed

  • Travis: don't require sudo for bazel installation. by @g-easy in #209
  • Bring back bazel cache to make CI faster. by @g-easy in #210
  • Upgrade bazel and dependencies to latest. by @g-easy in #211
  • Add C++ targets, especially for gRPC services. by @g-easy in #212
  • Remove grpc_java dependency and java_proto rules. by @g-easy in #214
  • Load proto_library() rule. by @g-easy in #216
  • Generate Go types using protocolbuffers/protobuf-go by @nilebox in #218

Full Changelog: v0.2.1...v0.3.0

v0.2.0 Release

13 Mar 01:19
Compare
Choose a tag to compare

24a9c0d Revert optimization for metric descriptor and bucket options for now.
85674de Constant sampler: add option to always follow the parent's decision.
b822001 Document that all maximum values must be specified.
c9cc5de Fix typo in bucket bounds.
fb7c17e Add Resource to Span.
6d79e46 Metrics: Mark start_time and end_time as required.
84867c6 Tracing: Assume Ok Status when not set.
ad721dc Add trace export grpc-gateway config.

v0.1.0 Release

02 Nov 23:57
Compare
Choose a tag to compare

23a39c7 Add support for Summary type and value. (#110)
a74b002 Add gauge distribution. (#117)
df894b5 Extend the TraceService service to support export/config for multiple Applications. (#119)
f132850 Change Quantiles to ValuesAtPercentile. (#122)
72d0978 Remove exporter/v1 protos. (#124)
1076b33 Change histogram buckets definition to be OpenMetrics compatible. (#121)
8b70832 Tracing: Add default limits to TraceConfig. (#133)
5f7f863 Agent: Add metrics service. (#136)
99162e4 Metrics/TimeSeries: start time should not be included while end time should.
fc93f64 Add resource to protocol (#137)

v0.0.2 Release

18 Sep 16:18
Compare
Choose a tag to compare

da6971d Add support for float attributes. (#98)
cbeb482 Change from mean to sum in distribution. (#109)
f6d872a agent/common/v1: use exporter_version, core_library_version in LibraryInfo (#100)

v0.0.1 Release

06 Sep 16:49
2333df4
Compare
Choose a tag to compare
  • Release experimental OpenCensus Agent protos.