Releases: census-instrumentation/opencensus-proto
v0.4.1
v0.4.0
What's Changed
- Start 0.4.0 development cycle by @nilebox in #219
- Add go.mod, so dependencies are controlled by @bogdandrutu in #224
- Add makefile, upgrade to use opentelemetry protoc docker, newer protoc by @bogdandrutu in #225
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
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
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
v0.0.1 Release
- Release experimental OpenCensus Agent protos.