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

fix(deps): update opentelemetry-go monorepo to v1.27.0 #50

Merged
merged 1 commit into from
May 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.26.0 -> v1.27.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.26.0 -> v1.27.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.27.0: /v0.49.0/v0.3.0

Compare Source

This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.

Overview
Added
  • Add example for go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5242)
  • Add RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest to facilitate testing exporter and processor implementations. (#​5258)
  • Add RecordFactory in go.opentelemetry.io/otel/log/logtest to facilitate testing bridge implementations. (#​5263)
  • The count of dropped records from the BatchProcessor in go.opentelemetry.io/otel/sdk/log is logged. (#​5276)
  • Add metrics in the otel-collector example. (#​5283)
  • Add the synchronous gauge instrument to go.opentelemetry.io/otel/metric. (#​5304)
    • An int64 or float64 synchronous gauge instrument can now be created from a Meter.
    • All implementations of the API (go.opentelemetry.io/otel/metric/noop, go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.
  • Add logs to go.opentelemetry.io/otel/example/dice. (#​5349)
Changed
  • The Shutdown method of Exporter in go.opentelemetry.io/otel/exporters/stdout/stdouttrace ignores the context cancellation and always returns nil. (#​5189)
  • The ForceFlush and Shutdown methods of the exporter returned by New in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric ignore the context cancellation and always return nil. (#​5189)
  • Apply the value length limits to Record attributes in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • De-duplicate map attributes added to a Record in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog won't print timestamps when WithoutTimestamps option is set. (#​5241)
  • The go.opentelemetry.io/otel/exporters/stdout/stdoutlog exporter won't print AttributeValueLengthLimit and AttributeCountLimit fields now, instead it prints the DroppedAttributes field. (#​5272)
  • Improved performance in the Stringer implementation of go.opentelemetry.io/otel/baggage.Member by reducing the number of allocations. (#​5286)
  • Set the start time for last-value aggregates in go.opentelemetry.io/otel/sdk/metric. (#​5305)
  • The Span in go.opentelemetry.io/otel/sdk/trace will record links without span context if either non-empty TraceState or attributes are provided. (#​5315)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#​5374)
Fixed
  • Comparison of unordered maps for go.opentelemetry.io/otel/log.KeyValue and go.opentelemetry.io/otel/log.Value. (#​5306)
  • Fix the empty output of go.opentelemetry.io/otel/log.Value in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5311)
  • Split the behavior of Recorder in go.opentelemetry.io/otel/log/logtest so it behaves as a LoggerProvider only. (#​5365)
  • Fix wrong package name of the error message when parsing endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5371)
  • Identify the Logger returned from the global LoggerProvider in go.opentelemetry.io/otel/log/global with its schema URL. (#​5375)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.26.0...v1.27.0


Configuration

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

🚦 Automerge: Enabled.

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 force-pushed the renovate/opentelemetry-go-monorepo branch 10 times, most recently from d596c68 to 547b936 Compare May 11, 2024 23:08
Copy link

deepsource-io bot commented May 11, 2024

Here's the code health analysis summary for commits 1ac5942..547b936. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗
DeepSource Go LogoGo✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 5 times, most recently from b83a631 to c4f8266 Compare May 16, 2024 09:19
Copy link

It appears that the protobuf code generation is up to date.

Copy link

github-actions bot commented May 16, 2024

Generating the mocks code failed. This could be an indicator that the code generation is not up to date.
Please review the failed action before deciding to merge the PR.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from 671c149 to 8cc0919 Compare May 19, 2024 16:30
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.26.0 fix(deps): update opentelemetry-go monorepo to v1.26.0 - autoclosed May 19, 2024
@renovate renovate bot closed this May 19, 2024
@renovate renovate bot deleted the renovate/opentelemetry-go-monorepo branch May 19, 2024 17:16
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.26.0 - autoclosed fix(deps): update opentelemetry-go monorepo to v1.26.0 May 22, 2024
@renovate renovate bot restored the renovate/opentelemetry-go-monorepo branch May 22, 2024 01:18
@renovate renovate bot reopened this May 22, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 8cc0919 to 62fe70b Compare May 22, 2024 11:36
@renovate renovate bot changed the title fix(deps): update opentelemetry-go monorepo to v1.26.0 fix(deps): update opentelemetry-go monorepo to v1.27.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from e6f2c5c to 520c6c9 Compare May 25, 2024 18:29
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from 9254495 to efe6b9f Compare May 25, 2024 19:12
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from efe6b9f to 397c8dc Compare May 25, 2024 19:21
@MadsRC MadsRC merged commit 8d4fcdf into main May 25, 2024
8 checks passed
@MadsRC MadsRC deleted the renovate/opentelemetry-go-monorepo branch May 25, 2024 19:22
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant