Skip to content

Releases: GoogleCloudPlatform/opentelemetry-operations-go

v0.39.2 and v1.15.2

26 Jun 16:20
e7133e9
Compare
Choose a tag to compare

(retracts v0.39.1 for exporter/collector)

What's Changed

Full Changelog: v0.39.1...v0.39.2

v0.39.1 and v1.15.1

26 Jun 14:47
b73a86c
Compare
Choose a tag to compare

What's Changed

  • Update integrationtest.md instructions now that all signals are supported by @aabmass in #638
  • (logs exporter) Fall back to observed time if timestamp is not set by @damemi in #640
  • detectors/gcp: support Cloud Run jobs by @zchee in #465
  • all: unify import alias and sort order by @zchee in #643
  • add support for Google Bare Metal Solution by @alex-basinov in #641
  • Add write ahead log to collector metrics exporter by @damemi in #631
  • Add stale fixture data point by @damemi in #645
  • Prepare v0.39.1/v1.15.1 release by @damemi in #647

New Contributors

Full Changelog: v0.39.0...v0.39.1

v0.39.0 and v1.15.0

30 May 18:56
58b9974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.38.0...v0.39.0

v0.38.0 and v1.14.0

30 May 16:49
0f58272
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.1...v0.38.0

v0.37.1 and v1.13.1

12 Apr 14:57
327f586
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.37.0...v0.37.1

v0.37.0 and v1.13.0

04 Apr 17:28
f50a6d9
Compare
Choose a tag to compare

What's Changed

  • Only attach instrumentation scope/service labels when non-empty by @damemi in #613
  • Update OTel dependency to v1.14.0/v0.37.0 by @zchee in #616
  • Use batches to call CreateTimeSeries by @knightpp in #617
  • Prepare release v0.37.0/1.13.0 by @damemi in #619

New Contributors

Full Changelog: v0.36.0...v0.37.0

v0.36.0 and v1.12.0

15 Mar 14:25
7589f5b
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.4.0 to 0.7.0 in /exporter/collector/integrationtest by @dependabot in #594
  • Bump golang.org/x/net from 0.4.0 to 0.7.0 in /exporter/collector/googlemanagedprometheus by @dependabot in #593
  • chore: add CODEOWNERS file to auto assign team for reviews by @aabmass in #596
  • Bump golangci-lint to v1.47.0 by @damemi in #598
  • Disable unhandled-error from revive CI check by @damemi in #599
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools by @damemi in #601
  • bump to go 1.19 by @damemi in #600
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /e2e-test-server/cloud_functions by @dependabot in #602
  • Update otel dependency by @zchee in #603
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /example/metric by @dependabot in #607
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /example/trace/http by @dependabot in #608
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /e2e-test-server by @dependabot in #609
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /exporter/metric by @dependabot in #606
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /exporter/trace by @dependabot in #605
  • Bump golang.org/x/net from 0.0.0-20221017152216-f25eb7ecb193 to 0.7.0 in /internal/cloudmock by @dependabot in #604
  • exporter/{metric,trace}: fix README.md example to latest API by @zchee in #612
  • Prepare v0.36.0 and 1.12.0 by @damemi in #610

New Contributors

Full Changelog: v0.35.2...v0.36.0

v0.35.2 and v1.11.2

17 Feb 14:14
c94bad9
Compare
Choose a tag to compare

What's Changed

  • Only call FindDefaultCredentials if no client options are set by @dashpole in #588
  • Fix infinite loop on log exporter batch write by @damemi in #591
  • Prepare release v0.35.2/1.11.2 by @damemi in #592

Full Changelog: v0.35.1...v0.35.2

v0.35.1 and v1.11.1

08 Feb 18:21
359356a
Compare
Choose a tag to compare

What's Changed

  • Enable destination_project_quota for logs exporter by @damemi in #579
  • Sort fixtures in log exporter tests by @damemi in #580
  • Actually add logs fixture sorting by @damemi in #581
  • Fix metric integration tests not being run by @dashpole in #583
  • Add timestamp to scope_info and target_info GMP metrics by @damemi in #585
  • Prepare release v0.35.1/v1.11.1 by @damemi in #586

Full Changelog: v0.35.0...v0.35.1

v0.35.0 and v1.11.0

30 Jan 18:05
e169468
Compare
Choose a tag to compare

What's Changed

  • Do not mutate incoming metrics by @dmitryax in #542
  • Update linters to match upstream settings by @damemi in #537
  • Makefile,verify_examples.sh: fix 'egrep is obsolescent' warning by @zchee in #546
  • Fix GetClientOptions conflicts with default credentials by @dashpole in #548
  • GMP name normalization by @dashpole in #553
  • Bump opentelemetry-go versions to latest stable/unstable by @lrascao in #549
  • Support multi-project quota usage by @damemi in #555
  • Add github actions tests by @dashpole in #557
  • Remove circleci and unneeded makefile variables by @dashpole in #561
  • Implement push scenario for test server by @dashpole in #563
  • Add resource mappings for cloud run, cloud functions, and GAE by @dashpole in #562
  • Add cloud run and GAE integration tests by @dashpole in #567
  • Fix race in user agent test by @dashpole in #568
  • Remove monitored resource mappings for Cloud run and cloud functions by @dashpole in #570
  • Add target_info metric for GMP exporter by @damemi in #566
  • Add cloud functions e2e test by @dashpole in #552
  • Mark gcp resource detector stable by @dashpole in #569
  • Include service attributes in logs exporter by default by @damemi in #564
  • (logs exporter) Use a copy of shared log labels to prevent interference between LogRecords by @damemi in #573
  • Add otel_scope_info metric to GMP exporter by @damemi in #571
  • Add scope_info labels to all GMP metrics where available by @damemi in #574
  • Bump Cloud Trace library to v1.8.0 by @damemi in #550
  • Add gzip compression option to metrics and logs by @damemi in #576
  • Prepare release v1.11.0 and v0.35.0 by @damemi in #577

New Contributors

Full Changelog: v0.34.2...v0.35.0