Skip to content

Releases: GoogleCloudPlatform/opentelemetry-operations-go

v1.8.4 and v0.32.4

09 Aug 18:14
d9958f4

Choose a tag to compare

What's Changed

  • Remove GMP factory functions and readme by @damemi in #452
  • Add client option for GRPC connection pool size by @damemi in #455
  • Add traces integration tests by @damemi in #457
  • Add Makefile target to generate test fixtures by @damemi in #460
  • Organize integration test cases by type by @damemi in #461
  • Upgrade otel-collector to v0.56.0, and otel-go to v1.8.0 by @bogdandrutu in #463

Full Changelog: v0.32.3...v0.32.4

v1.8.3 and v0.32.3

07 Jul 14:40
f47cc71

Choose a tag to compare

What's Changed

  • Add support for histograms in the SDK metric exporter by @dashpole in #432
  • Update opentelemetry dependencies to the latest release by @dashpole in #422
  • exporter/collector/integrationtest: fix slice order flaky tset by @zchee in #429
  • Initialize logs labels map if scope info is set by @damemi in #436
  • Add unused code check in linter by @damemi in #438
  • Add lint check for duplicated imports by @damemi in #439
  • Parse logs traceID to correct format by @damemi in #440
  • Added TraceSampled Attribute by @davidgargti20 in #444
  • exporter/collector/integrationtest: fix lack of sort expectFixture fields by @zchee in #445
  • Parse basic logging severity text values by @damemi in #446

New Contributors

Full Changelog: v0.32.2...v0.32.3

v1.8.2 and v0.32.2

15 Jun 15:33
be07414

Choose a tag to compare

What's Changed

  • Replace deprecated method with current. by @jmcarp in #401
  • Parse non-special log attributes to GCP labels by @damemi in #424
  • Record failed points in point_count metric by @damemi in #418
  • exporter/trace: fix old usage to follows to latest API by @zchee in #428
  • exporter/trace: remove location from options struct again by @zchee in #426
  • exporter/trace: remove batchSpanProcessorOptions from options struct by @zchee in #427
  • exporter/trace: remove unused createKeyValueAttributes by @zchee in #425
  • Make the datapoint storage cache safe for concurrent use by @dashpole in #417
  • Prepare for v1.8.2 and v0.32.2 by @dashpole in #430

Full Changelog: v0.32.1...v0.32.2

v1.8.1 and v0.32.1

06 Jun 19:12
5b84ebb

Choose a tag to compare

What's Changed

Full Changelog: v0.32.0...v0.32.1

v1.8.0 and v0.32.0

03 Jun 12:45
16663a2

Choose a tag to compare

What's Changed

  • Allow overriding location, cluster, and namespace using metric labels by @dashpole in #399
  • Test project ID in fixtures by @dashpole in #403
  • Normalize timestamps in log tests by @dashpole in #404
  • Remove GKEHostName, since the instance name is not available on GKE by @dashpole in #406
  • Support writing to multiple gcp projects by @dashpole in #402
  • Fix retract, and prepare for release by @dashpole in #407

Full Changelog: v0.31.0...v0.32.0

v0.31.0 and v1.7.0

20 May 20:27
7472089

Choose a tag to compare

What's Changed

  • Update XCTC propagator to match java's structure, and use OneWay in examples by @dashpole in #385
  • Remove unneccessary dependency on opencensus translation by @dashpole in #390
  • Switch to use collector/pdata and collector/semconv instead of collector/model by @bogdandrutu in #391
  • Upgrade otel/collector deps to v0.51.0 by @bogdandrutu in #392
  • Log exporter individual log splitting by @damemi in #389
  • Update golangci-lint and reorder structs to satisfy the linter by @dashpole in #393
  • Add detection library by @dashpole in #394
  • Update normalization to handle value resets, and don't modify values after those resets by @dashpole in #395
  • Resource_mappings isn't moved under metrics. Fix docs. by @dashpole in #397
  • optionally configure service account impersonation by @jmcarp in #398
  • Update end-to-end test server to implement resource detection scenario by @dashpole in #396
  • Prepare for v0.31.0 and v1.7.0 by @dashpole in #400

New Contributors

Full Changelog: v0.30.1...v0.31.0

v1.6.1 and v0.30.1

12 May 13:57
2dbec0f

Choose a tag to compare

What's Changed

  • Fix module name for GMP, update docs, and prepare for a patch release. by @dashpole in #387

Full Changelog: v0.30.0...v0.30.1

v1.6.0 and v0.30.0

12 May 13:56
86486a5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v0.30.0

v1.5.1 and v0.29.1

12 May 13:55
d332769

Choose a tag to compare

What's Changed

  • Handle explicit reset points in the disabled normalizer by @dashpole in #378
  • Add struct tag for sum of squared deviations estimate and factory test. by @dashpole in #379
  • Prerelease v1.5.1 and v0.29.1 by @dashpole in #380

Full Changelog: v1.5.0...v1.5.1

v1.5.0 and v0.29.0

12 May 13:54
9520e8e

Choose a tag to compare

What's Changed

  • Add integration test with metrics from the prometheus receiver by @dashpole in #348
  • Add make commands for release by @dashpole in #354
  • Send timeseries synchronously by @dashpole in #358
  • Drop histograms without a sum by @dashpole in #359
  • Add sum of squared deviation estimate by @dashpole in #341
  • Add missing otel attributes to Spans exported to Cloud Trace by @jsuereth in #365
  • Normalize histograms, summaries, and exponential histograms by @dashpole in #360
  • Use the timeout passed to the metrics exporter by @dashpole in #369
  • Collector logging exporter by @damemi in #373
  • Update logging exporter to use "gcp.*" prefix for attributes by @damemi in #374
  • Add logging exporter info to readme by @damemi in #375
  • Prepare release for v0.29/v1.5.0 by @damemi in #376

Full Changelog: v1.4.0...v1.5.0