-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update opentelemetry-go monorepo #33173
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
Conversation
songy23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/otel/sdk/[email protected]/meter.go:65:22: cannot use (*meter)(nil) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in variable declaration: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
Error: /home/runner/go/pkg/mod/go.opentelemetry.io/otel/sdk/[email protected]/provider.go:90:9: cannot use mp.meters.Lookup(s, func() *meter {…}) (value of type *meter) as "go.opentelemetry.io/otel/metric".Meter value in return statement: *meter does not implement "go.opentelemetry.io/otel/metric".Meter (missing method Float64Gauge)
d138bd9 to
61d027a
Compare
6298cbe to
d8479c8
Compare
|
This PR contains the following updates:
v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v0.48.0->v0.49.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.27.0: /v0.49.0/v0.3.0Compare Source
This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.
Overview
Added
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)otel-collectorexample. (#5283)go.opentelemetry.io/otel/metric. (#5304)int64orfloat64synchronous gauge instrument can now be created from aMeter.go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.go.opentelemetry.io/otel/example/dice. (#5349)Changed
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)go.opentelemetry.io/otel/sdk/metric. (#5305)Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)What's Changed
otlploggrpcexporter skeleton by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5246RecordFactory.Resourceisnilby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5264DroppedAttributesfield instead ofLimits fields by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5272otlploghttpby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5278logtestby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5275internal/retryinotlploggrpcby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5313RELEASING.mdto obtain steps to verify the changes for contrib by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5284New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.26.0...v1.27.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.