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

Releases: census-ecosystem/opencensus-go-exporter-stackdriver

v0.13.8

14 Jun 13:41
42e7e58
Compare
Choose a tag to compare
Add staggering between identical start and end times in metric in Pus…

…hMetricsProto call (#290)

v0.13.7

11 Jun 17:47
b7f4654
Compare
Choose a tag to compare
Remove support for legacy GKE monitoring resource model (#289)

Details: https://cloud.google.com/stackdriver/docs/deprecations/legacy

v0.13.6

10 May 14:01
bf9def0
Compare
Choose a tag to compare

Fixes:

  • Flush interval reader when stopping metric reader
  • Change default timeout from 5 -> 12 seconds to match ingestion
  • Fix detetction of generic_task resource types
  • Stagger start and end times when they are too close together, and would be rejected

v0.13.5

10 Feb 15:43
1996040
Compare
Choose a tag to compare

support knative_broker and knative_trigger resource types

Release v0.13.4

26 Aug 00:27
0fc2674
Compare
Choose a tag to compare

Parse the number of dropped timeseries from Create Timeseries Response to correctly record the number of partial failures ( #276)

Release v0.13.3

17 Aug 01:36
cde3c10
Compare
Choose a tag to compare

Add option to allow user agent to be explicitly overridden (#274)
Skip adding display name prefix for metrics with custom domain (#273)

Release v0.13.2

30 Jun 02:52
366afe7
Compare
Choose a tag to compare

Changes Since v0.13.1

366afe7 Check .Present before setting label value (#268)
1fcdb6a Update opencensus-go to v0.22.4 (#267)
7ce9f72 Initialize the labels map in the response. (#264)
1905f46 Stop including artificial 0 bound when existing lowest bound is negative (#262)

Release v0.13.1

01 Apr 02:45
e191b7c
Compare
Choose a tag to compare

Changes Since v0.13.0

e191b7c Make defaultMapResource function public to allow reusing it in custom functions (#255)
1d104f7 Allow exporting metrics with resource gae_instance. (#253)
f86b8f1 Default mapping for knative_revision & autodetect labels (#252)
ddbc64a update PushTraceSpans to return dropped spans instead of good spans. (#251)

Release v0.13.0

07 Feb 18:32
ab68e2a
Compare
Choose a tag to compare

Changes Since v0.12.9

ab68e2a PushTraceProto for batch uploading in a collector (#249)

Release v0.12.9

17 Jan 23:24
a428e35
Compare
Choose a tag to compare

Changes since v0.12.8

a428e35 fix goimports error in test.pb.go file. (#248)
626e69e trace: allow for concurrent uploads to Stackdriver (#246)
1cdca91 Use standard label name for location. (#241)
59d068f Add GetMetricPrefix func as an option to support dynamic custom metric prefix (#238)
61e3caa Rename metrics_test_utils.go to avoid dependency on testing package. (#233)
2827354 stop ignoring errors while processing metrics. (#236)