Opencensus Go Exporter Stackdriver Versions Save

OpenCensus Go exporter for Stackdriver Monitoring and Trace

v0.13.8

2 years ago

v0.13.7

2 years ago

v0.13.6

3 years ago

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

3 years ago

support knative_broker and knative_trigger resource types

v0.13.4

3 years ago

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

v0.13.3

3 years ago

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

v0.13.2

3 years ago

Changes Since v0.13.1

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

v0.13.1

4 years ago

Changes Since v0.13.0

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

v0.13.0

4 years ago

Changes Since v0.12.9

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

v0.12.9

4 years ago

Changes since v0.12.8

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