Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opentelemetry-go monorepo to v1 (major) #31079

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.45.0 -> v1.23.1 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.45.0 -> v1.23.1 age adoption passing confidence

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc)

v1.23.1: /v0.43.2

Compare Source

Fixed
  • Register all callbacks passed during observable instrument creation instead of just the last one multiple times in go.opentelemetry.io/otel/sdk/metric. (#​4888)

v1.23.0: /v0.45.1

This release contains the first stable, v1, release of the following modules:

  • go.opentelemetry.io/otel/bridge/opencensus
  • go.opentelemetry.io/otel/bridge/opencensus/test
  • go.opentelemetry.io/otel/example/opencensus
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric

See our versioning policy for more information about these stability guarantees.

Added
  • Add WithEndpointURL option to the exporters/otlp/otlpmetric/otlpmetricgrpc, exporters/otlp/otlpmetric/otlpmetrichttp, exporters/otlp/otlptrace/otlptracegrpc and exporters/otlp/otlptrace/otlptracehttp packages. (#​4808)
  • Experimental exemplar exporting is added to the metric SDK. See metric documentation for more information about this feature and how to enable it. (#​4871)
  • ErrSchemaURLConflict is added to go.opentelemetry.io/otel/sdk/resource. This error is returned when a merge of two Resources with different (non-empty) schema URL is attempted. (#​4876)
Changed
  • The Merge and New functions in go.opentelemetry.io/otel/sdk/resource now returns a partial result if there is a schema URL merge conflict. Instead of returning nil when two Resources with different (non-empty) schema URLs are merged the merged Resource, along with the new ErrSchemaURLConflict error, is returned. It is up to the user to decide if they want to use the returned Resource or not. It may have desired attributes overwritten or include stale semantic conventions. (#​4876)
Fixed
  • Fix ContainerID resource detection on systemd when cgroup path has a colon. (#​4449)
  • Fix go.opentelemetry.io/otel/sdk/metric to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#​4820)
  • Fix missing Mix and Max values for go.opentelemetry.io/otel/exporters/stdout/stdoutmetric by introducing MarshalText and MarshalJSON for the Extrema type in go.opentelemetry.io/sdk/metric/metricdata. (#​4827)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team February 6, 2024 16:51
@renovate renovate bot requested review from mx-psi and codeboten as code owners February 6, 2024 16:51
@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Feb 6, 2024
@github-actions github-actions bot added cmd/telemetrygen telemetrygen command examples/demo labels Feb 6, 2024
@renovate renovate bot force-pushed the renovate/major-opentelemetry-go-monorepo branch 2 times, most recently from c74e3e0 to 62456bb Compare February 6, 2024 21:42
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1 (major) Update opentelemetry-go monorepo to v1 (major) Feb 6, 2024
@renovate renovate bot force-pushed the renovate/major-opentelemetry-go-monorepo branch from 62456bb to 6a7c3ff Compare February 6, 2024 23:11
@renovate renovate bot changed the title Update opentelemetry-go monorepo to v1 (major) fix(deps): update opentelemetry-go monorepo to v1 (major) Feb 6, 2024
@renovate renovate bot force-pushed the renovate/major-opentelemetry-go-monorepo branch 2 times, most recently from 45c5770 to 0186837 Compare February 7, 2024 23:37
@renovate renovate bot force-pushed the renovate/major-opentelemetry-go-monorepo branch from 0186837 to e77affd Compare February 8, 2024 00:56
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1 (major) Update opentelemetry-go monorepo to v1 (major) Feb 8, 2024
@codeboten codeboten added renovatebot and removed dependency-major-update Indicates a dependency major version bump labels Feb 8, 2024
@codeboten codeboten closed this Feb 8, 2024
@codeboten codeboten reopened this Feb 8, 2024
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 8, 2024
@codeboten codeboten merged commit 05373f3 into main Feb 8, 2024
156 of 157 checks passed
@codeboten codeboten deleted the renovate/major-opentelemetry-go-monorepo branch February 8, 2024 19:02
@github-actions github-actions bot added this to the next release milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/telemetrygen telemetrygen command examples/demo Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants