steampipe-postgres-fdw
steampipe-postgres-fdw copied to clipboard
[Dependabot](deps): Bump go.opentelemetry.io/otel/metric from 1.26.0 to 1.30.0
Bumps go.opentelemetry.io/otel/metric from 1.26.0 to 1.30.0.
Changelog
Sourced from go.opentelemetry.io/otel/metric's changelog.
[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09
Added
- Support
OTEL_EXPORTER_OTLP_LOGS_INSECUREandOTEL_EXPORTER_OTLP_INSECUREenvironments ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739)- The
WithResourceoption forNewMeterProvidernow merges the provided resources with the ones from environment variables. (#5773)- The
WithResourceoption forNewLoggerProvidernow merges the provided resources with the ones from environment variables. (#5773)- Add UTF-8 support to
go.opentelemetry.io/otel/exporters/prometheus. (#5755)Fixed
- Fix memory leak in the global
MeterProviderwhen identical instruments are repeatedly created. (#5754)- Fix panic on instruments creation when setting meter provider. (#5758)
- Fix an issue where
SetMeterProvideringo.opentelemetry.io/otelmight miss the delegation for instruments and registries. (#5780)Removed
[1.29.0/0.51.0/0.5.0] 2024-08-23
This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].
Added
- Add MacOS ARM64 platform to the compatibility testing suite. (#5577)
- Add
InstrumentationScopefield toSpanStubingo.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecatedInstrumentationLibrary. (#5627)- Make the initial release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)- Add
Walkfunction toTraceStateingo.opentelemetry.io/otel/traceto iterate all the key-value pairs. (#5651)- Bridge the trace state in
go.opentelemetry.io/otel/bridge/opencensus. (#5651)- Zero value of
SimpleProcessoringo.opentelemetry.io/otel/sdk/logno longer panics. (#5665)- The
FilterProcessorinterface type is added ingo.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that logProcessors can implement to instruct theLoggerif aRecordwill be processed or not. It replaces the existingEnabledmethod that is removed from theProcessorinterface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)- Support [Go 1.23]. (#5720)
Changed
NewMemberRaw,NewKeyPropertyandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggageallow UTF-8 string in key. (#5132)Processor.OnEmitingo.opentelemetry.io/otel/sdk/lognow accepts a pointer toRecordinstead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)SimpleProcessor.Enabledingo.opentelemetry.io/otel/sdk/lognow returnsfalseif the exporter isnil. (#5665)- Update the concurrency requirements of
Exporteringo.opentelemetry.io/otel/sdk/log. (#5666)SimpleProcessoringo.opentelemetry.io/otel/sdk/logsynchronizesOnEmitcalls. (#5666)- The
Processorinterface ingo.opentelemetry.io/otel/sdk/logno longer includes theEnabledmethod. See theFilterProcessorinterface type added ingo.opentelemetry.io/otel/sdk/log/internal/xto continue providing this functionality. (#5692)
... (truncated)
Commits
ed4fc75Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797)cdd2dbbDrop support for Go 1.21 in dice example (#5800)e9ac0d2fix(deps): update module google.golang.org/grpc to v1.66.1 (#5798)4cc9feefix(deps): update golang.org/x/exp digest to 701f63a (#5795)71b341fAdd utf8 support to the prometheus exporter (#5755)506a9baFix typos (#5763)b37e8a9SetMeterProvidermight miss the delegation for instruments and registries (...9e1b015fix(metric, log): merge explicit resource with environment variables (#5773)8dca9ccSupport OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE envi...fb7cc02fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (#5788)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)